[2024-07-19T14:12:25.876575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:12:25.949652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:12:26.066713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:12:26.753297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:12:26.784953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:12:26.803579+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:12:26.810636+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T14:12:26.817328+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T14:12:26.819156+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T14:12:26.825764+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T14:12:26.826301+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T14:12:26.828260+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T14:12:26.828793+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T14:12:26.830736+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T14:12:26.834975+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T14:12:26.835481+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T14:12:26.845515+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T14:12:26.847287+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T14:12:26.848028+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T14:12:26.849469+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T14:12:26.856226+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:13:06.523488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:13:06.561539+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T14:13:06.600997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:13:06.608430+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:13:06.729671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T14:13:06.735510+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:13:06.785603+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:13:06.824121+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:15:31.430875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:15:31.450794+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:15:31.558477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:15:31.602377+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:15:31.611967+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:15:31.614952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:15:31.667185+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:15:43.119180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:15:43.121332+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:15:43.127802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:15:43.139862+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:15:43.144124+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:15:43.146164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:15:43.150879+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:16:41.521138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:16:41.536270+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:16:41.603427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:16:41.657419+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:16:41.667669+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:16:41.670866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:16:41.714486+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:17:44.420181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:17:44.435661+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:17:44.506205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:17:44.548706+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:17:44.559541+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:17:44.562947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:17:44.575829+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:19:31.395968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:19:31.536311+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb/wallet-pass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T14:19:31.571453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:19:48.859555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:19:48.867455+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T14:19:48.904012+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:19:48.906292+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T14:19:48.991536+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T14:19:52.969018+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T14:19:52.990358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T14:19:53.005446+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:19:53.012425+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T14:19:53.811373+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T14:19:53.815013+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721391593.pkpass\"}","2":"2024-07-19 14:19:53","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721391593.pkpass\"}","2":"2024-07-19 14:19:53","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T14:19:53.816276+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T14:19:53.829369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:19:53.829435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-19T14:19:53.833962+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T14:19:53.845244+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:20:08.610957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:20:08.627840+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:20:08.701593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:20:08.823774+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:20:08.833728+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:20:08.836890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:20:08.862564+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:20:34.174393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:20:34.257595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc//download"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc//download\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//pass//0190cac9-07d0-731b-bef9-c1fca718afdc//download/\". at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-19T14:21:12.107973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:21:12.131799+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:21:12.203816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:21:12.258137+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:21:12.276661+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:21:12.279856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:21:12.293260+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:23:10.787443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:23:10.802909+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:23:10.857588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T14:23:10.898590+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:23:10.912900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:23:10.916334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T14:23:10.940184+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:23:52.106472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:23:52.186838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:23:52.189374+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:23:52.227209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":100}}} [] [2024-07-19T14:23:52.272968+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:23:52.278468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":200}}} [] [2024-07-19T14:23:52.283434+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:23:52.305352+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:24:21.995025+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:24:22.084609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:24:22.091602+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T14:24:22.139010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":100}}} [] [2024-07-19T14:24:22.275095+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T14:24:22.295588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":200}}} [] [2024-07-19T14:24:22.300385+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T14:24:22.316349+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T14:24:56.701676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T14:24:56.772624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T14:24:56.791152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T15:39:25.293813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T15:39:25.387532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T15:39:25.393367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T15:39:30.375054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T15:39:30.379280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T15:39:35.159750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T15:39:35.163034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T15:47:09.803790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T15:47:09.830904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T16:08:25.131388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T16:08:25.149570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T17:04:50.719817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:04:50.732634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/5/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/5/public/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T17:05:44.030270+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:05:44.045240+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:05:44.134179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:05:44.171450+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:05:44.181485+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:05:44.184522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:05:44.195728+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:06:01.375649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:06:01.390089+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:06:01.440238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:06:01.478520+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:06:01.487979+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:06:01.491095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:06:01.509935+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:06:15.222791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:06:15.224923+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:06:15.231395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:06:15.243490+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:06:15.247350+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:06:15.249304+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:06:15.253985+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:07:44.920849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:07:45.031605+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb/wallet-pass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:07:45.063263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:08:28.939558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:08:28.947048+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:08:28.965146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:08:28.967416+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T17:08:28.993120+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:08:33.080618+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:08:33.120835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T17:08:33.162002+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:08:33.168556+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T17:08:35.399838+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T17:08:35.401441+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721401715.pkpass\"}","2":"2024-07-19 17:08:35","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721401715.pkpass\"}","2":"2024-07-19 17:08:35","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:08:35.402708+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T17:08:35.413546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:08:35.413610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-19T17:08:35.415364+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T17:08:35.419297+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:08:41.164790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:08:41.170192+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:08:41.186863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:08:41.205324+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:08:41.208946+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:08:41.210910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:08:41.221577+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:10:06.025648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:10:06.051132+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T17:10:06.169190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:10:06.177973+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:10:07.563072+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:10:07.697789+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:10:07.703628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:10:07.705758+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T17:10:08.157738+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T17:10:08.159717+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721401808.pkpass\"}","2":"2024-07-19 17:10:08","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721401808.pkpass\"}","2":"2024-07-19 17:10:08","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:10:08.160764+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T17:10:08.165555+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T17:10:08.170140+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:10:15.123578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:10:15.125909+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:10:15.133287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:10:15.146280+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:10:15.149925+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:10:15.151801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:10:15.160828+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:12:31.866053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:12:31.900313+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:12:31.970074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:12:32.012504+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:12:32.022566+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:12:32.025523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:12:32.069160+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:18:14.480429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:14.593492+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb/wallet-pass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:18:14.627156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:18:35.532731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:35.540468+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/5/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:18:35.590519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:18:35.592845+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T17:18:35.633424+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:18:39.352773+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:18:39.375383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T17:18:39.390774+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:18:39.398543+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T17:18:40.024666+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T17:18:40.026517+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721402319.pkpass\"}","2":"2024-07-19 17:18:40","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/5\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721402319.pkpass\"}","2":"2024-07-19 17:18:40","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:18:40.027572+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T17:18:40.037862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:18:40.037949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-19T17:18:40.039717+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T17:18:40.044020+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:18:44.187317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:44.192806+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:18:44.208969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:18:44.226785+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:18:44.230479+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:18:44.232249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:18:44.242457+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:18:51.405970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:51.421458+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"ffbdea0ca8e39b4ea70e0130044fecb3","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:18:51.527271+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:51.854482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:51.856576+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"ffbdea0ca8e39b4ea70e0130044fecb3","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:18:51.858569+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:51.862317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:51.865294+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:18:51.867320+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:52.141313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:52.143430+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"ffbdea0ca8e39b4ea70e0130044fecb3","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:18:52.145458+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:52.146435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:52.148952+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:18:52.150648+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:52.433473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:52.435536+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:18:52.437237+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:18:52.717042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:18:52.719160+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:18:52.720886+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:19:57.293287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:19:57.293282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:19:57.309295+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:19:57.309413+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"ffbdea0ca8e39b4ea70e0130044fecb3","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-19T17:19:57.322535+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "You can neither use "#[MapRequestPayload]" nor "#[MapQueryString]" since the Serializer component is not installed. Try running "composer require symfony/serializer-pack"." at get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php line 26 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): You can neither use \"#[MapRequestPayload]\" nor \"#[MapQueryString]\" since the Serializer component is not installed. Try running \"composer require symfony/serializer-pack\". at /home/lngwebb/wallet-pass/public_html/releases/5/var/cache/dev/ContainerCckLsgm/get_Debug_ValueResolver_ArgumentResolver_RequestPayloadService.php:26)"} [] [2024-07-19T17:19:57.363603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:19:57.395029+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:19:57.419999+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"ffbdea0ca8e39b4ea70e0130044fecb3"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"ffbdea0ca8e39b4ea70e0130044fecb3"},"types":{"1":2}} [] [2024-07-19T17:19:57.427615+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:21:55.710247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:21:55.772684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:21:55.908894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:21:56.581600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:21:56.615306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:21:56.640155+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:21:56.650088+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:21:56.658686+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:21:56.660750+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T17:21:56.669448+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:21:56.670868+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:21:56.673891+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:21:56.674710+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:21:56.678472+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:21:56.686702+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:21:56.687503+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:21:56.702473+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:21:56.704820+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:21:56.706200+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:21:56.707792+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:21:56.717170+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:22:02.677516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:02.695527+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/6/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:22:02.756453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:22:02.762867+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T17:22:02.793462+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:22:05.302597+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T17:22:05.362649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T17:22:05.437509+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:22:05.472879+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T17:22:06.025009+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T17:22:06.032236+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/6\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721402525.pkpass\"}","2":"2024-07-19 17:22:06","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/6\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721402525.pkpass\"}","2":"2024-07-19 17:22:06","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:22:06.033658+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T17:22:06.049722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:22:06.049827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-19T17:22:06.060330+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T17:22:06.081137+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:22:15.722956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:15.728912+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T17:22:15.747570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:22:15.766334+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:22:15.770078+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T17:22:15.772003+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:22:15.784855+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:22:18.522088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:18.536059+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:22:18.581730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:22:18.619162+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:19.009818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:19.011937+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:22:19.019225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:22:19.020821+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:19.022578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:19.025477+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:19.030766+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:19.309984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:19.313426+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:22:19.324786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:22:19.327093+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:19.359882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:19.361992+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:19.365690+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:19.704147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:19.706316+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:19.710098+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:20.073736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:20.075841+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:20.080093+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:49.848868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:49.869281+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:22:49.925719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:22:49.931774+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:50.269947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:50.272012+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:50.276139+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:22:50.598481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:22:50.600508+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:22:50.604259+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:23:33.600100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:23:33.614587+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:23:33.703440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:23:33.710428+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:23:34.048862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:23:34.050927+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:23:34.054887+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:23:34.382322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:23:34.384356+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:23:34.387988+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:24:41.744307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:24:41.766575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T17:24:43.154880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:24:43.157030+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:24:43.168214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:24:43.171363+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:24:43.182159+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:24:43.213036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:24:43.214870+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:24:43.542918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:24:43.544996+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:24:43.548649+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:24:43.856581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:24:43.858635+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:24:43.862300+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:25:44.306290+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:25:44.306292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:25:44.323202+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:25:44.323291+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:25:44.349547+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:25:44.377593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:25:44.379297+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:25:44.701255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:25:44.703308+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:25:44.706962+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:25:45.022849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:25:45.024896+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:25:45.028506+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:26:59.258685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:26:59.275798+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:26:59.319118+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Serializer\Exception\NotNormalizableValueException: "Could not denormalize object of type "array", no supporting normalizer found." at Serializer.php line 220 {"exception":"[object] (Symfony\\Component\\Serializer\\Exception\\NotNormalizableValueException(code: 0): Could not denormalize object of type \"array\", no supporting normalizer found. at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/serializer/Serializer.php:220)"} [] [2024-07-19T17:30:08.257268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:30:08.321676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:30:08.470059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:30:09.153909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:30:09.192175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:30:09.211609+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:30:09.226980+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:30:09.234124+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:30:09.236087+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T17:30:09.242902+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:30:09.243592+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:30:09.246254+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:30:09.246821+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:30:09.249419+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T17:30:09.256777+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T17:30:09.257328+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T17:30:09.284102+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:30:09.286256+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:30:09.287014+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:30:09.288380+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T17:30:09.295301+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:35:15.692377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:35:15.755641+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/7/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T17:35:15.898098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T17:35:15.924817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T17:36:23.805240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:23.834653+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T17:36:23.930968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:36:24.757031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T17:36:25.061089+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T17:36:25.160507+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"4648884e69297a3672b301a6c1ff40b7"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"4648884e69297a3672b301a6c1ff40b7"},"types":{"1":2}} [] [2024-07-19T17:36:25.497520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T17:36:25.510269+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T17:36:25.541701+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T17:36:25.565232+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"IOS","3":"4648884e69297a3672b301a6c1ff40b7","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 17:36:25","6":"2024-07-19 17:36:25"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"IOS","3":"4648884e69297a3672b301a6c1ff40b7","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 17:36:25","6":"2024-07-19 17:36:25"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-19T17:36:25.610853+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-19T17:36:25.612419+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T17:36:25.625000+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T17:36:25.808355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:25.810494+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:36:25.815080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:36:26.438779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:26.440934+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:36:26.448953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:36:26.451685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:26.454749+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:36:26.457240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:36:26.459811+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:18:51 +0200] Register task (for device ffbdea0ca8e39b4ea70e0130044fecb3, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459842+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:18:51 +0200] Register task (for device ffbdea0ca8e39b4ea70e0130044fecb3, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459863+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:18:52 +0200] Register task (for device ffbdea0ca8e39b4ea70e0130044fecb3, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459882+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:22:18 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459906+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:22:19 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459925+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:22:19 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459942+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:22:50 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459959+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:23:33 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459975+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:24:43 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.459992+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:25:44 +0200] Register task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 500 [] [] [2024-07-19T17:36:26.460008+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:36:26 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:36:26.740483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:26.742556+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:36:26.746094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:26.748421+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:36:26.749394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:36:26.750398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:36:26.760232+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:36:26 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:36:27.050232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:36:27.052295+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:36:27.058993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:36:27.069806+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:36:26 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:37:24.717484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:37:24.731874+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:37:24.749470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:37:25.110227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:37:25.112311+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:37:25.153221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:37:25.188523+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:37:24 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:38:07.214433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:38:07.245460+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:38:07.264782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:38:07.612103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:38:07.614413+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:38:07.656823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:38:07.693967+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:38:07 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:39:08.043192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:39:08.060404+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:39:08.099875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:39:08.447954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:39:08.450036+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:39:08.521689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:39:08.570243+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:39:08 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:40:27.757447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:40:27.771213+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:40:27.788049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:40:28.148592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:40:28.150653+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:40:28.191331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:40:28.227360+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:40:27 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T17:50:40.685665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:50:40.711230+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T17:50:40.757965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T17:50:41.150932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T17:50:41.153006+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T17:50:41.210741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T17:50:41.331050+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 17:50:40 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T18:00:15.792276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:00:15.807491+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T18:00:15.876097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:00:15.917320+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:00:15.927899+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:00:15.931415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:00:16.011983+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:01:14.833392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:01:14.847000+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T18:01:14.870292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T18:01:15.207731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:01:15.209802+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T18:01:15.253175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:01:15.326793+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 18:01:15 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T18:12:02.440912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:12:02.462332+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T18:12:02.481360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T18:12:02.910709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:12:02.912829+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T18:12:02.957520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:12:03.018066+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 18:12:02 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T18:20:56.478742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:20:56.511457+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-19T18:20:56.575705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:20:56.611021+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:20:56.618323+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"4648884e69297a3672b301a6c1ff40b7"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"4648884e69297a3672b301a6c1ff40b7"},"types":{"1":2}} [] [2024-07-19T18:20:56.627624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:20:56.643385+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:20:56.645062+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001�ˣ%�wF���z�i\u0007�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001�ˣ%�wF���z�i\u0007�"},"types":{"1":2}} [] [2024-07-19T18:20:56.646261+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:20:56.656718+02:00] doctrine.DEBUG: Executing statement: UPDATE devices SET update_time = ? WHERE id = ? (parameters: array{"1":"2024-07-19 18:20:56","2":"\u0001�ˣ%�wF���z�i\u0007�"}, types: array{"1":2,"2":2}) {"sql":"UPDATE devices SET update_time = ? WHERE id = ?","params":{"1":"2024-07-19 18:20:56","2":"\u0001�ˣ%�wF���z�i\u0007�"},"types":{"1":2,"2":2}} [] [2024-07-19T18:20:56.659470+02:00] doctrine.DEBUG: Executing statement: DELETE FROM devices_passes WHERE device_id = ? AND pass_id = ? (parameters: array{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"DELETE FROM devices_passes WHERE device_id = ? AND pass_id = ?","params":{"1":"\u0001�ˣ%�wF���z�i\u0007�","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-19T18:20:56.660368+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:20:56.674962+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:21:22.431847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:21:22.445090+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T18:21:22.502757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:21:22.538812+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:21:22.547222+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:21:22.550127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:21:22.561446+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:21:24.150628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:21:24.152753+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"fa791b5b0779fa1c57082580cdcfe566","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T18:21:24.161816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:21:24.194595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:21:24.203513+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:21:24.206672+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"fa791b5b0779fa1c57082580cdcfe566"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"fa791b5b0779fa1c57082580cdcfe566"},"types":{"1":2}} [] [2024-07-19T18:21:24.231888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:21:24.232141+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:21:24.234184+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:21:24.235433+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001���Tru\u0001����{�\n�","2":"IOS","3":"fa791b5b0779fa1c57082580cdcfe566","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:21:24","6":"2024-07-19 18:21:24"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001���Tru\u0001����{�\n�","2":"IOS","3":"fa791b5b0779fa1c57082580cdcfe566","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:21:24","6":"2024-07-19 18:21:24"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-19T18:21:24.237746+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001���Tru\u0001����{�\n�","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001���Tru\u0001����{�\n�","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-19T18:21:24.238489+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:21:24.242143+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:23:28.996783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:23:29.055336+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:23:29.209380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:23:29.852070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:23:29.883133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:23:29.901781+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:23:29.909275+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:23:29.916331+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:23:29.918394+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T18:23:29.924889+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:23:29.925516+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:23:29.927727+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:23:29.928356+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:23:29.930952+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:23:29.935700+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:23:29.936297+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:23:29.955497+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:23:29.957623+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:23:29.958709+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:23:29.960065+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:23:29.966836+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:23:45.016617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:23:45.034021+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/8/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:23:45.070308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:23:45.076939+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"fa791b5b0779fa1c57082580cdcfe566","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-19T18:23:45.178291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T18:23:45.191859+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:23:45.209906+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"fa791b5b0779fa1c57082580cdcfe566"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"fa791b5b0779fa1c57082580cdcfe566"},"types":{"1":2}} [] [2024-07-19T18:23:45.311730+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:23:45.315851+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001���Tru\u0001����{�\n�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001���Tru\u0001����{�\n�"},"types":{"1":2}} [] [2024-07-19T18:23:45.317133+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:23:45.320957+02:00] doctrine.DEBUG: Executing statement: DELETE FROM devices WHERE id = ? (parameters: array{"1":"\u0001���Tru\u0001����{�\n�"}, types: array{"1":2}) {"sql":"DELETE FROM devices WHERE id = ?","params":{"1":"\u0001���Tru\u0001����{�\n�"},"types":{"1":2}} [] [2024-07-19T18:23:45.322810+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:23:45.346298+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:23:57.959415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:23:57.964876+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:23:57.986527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:23:58.003292+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:24:01.164097+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:24:01.208380+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:24:01.214872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:24:01.217077+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:24:01.708559+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:24:01.712120+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/8\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406241.pkpass\"}","2":"2024-07-19 18:24:01","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/8\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406241.pkpass\"}","2":"2024-07-19 18:24:01","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:24:01.713340+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:24:01.716696+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/8/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:24:01.749319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:24:01.754303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":299}}} [] [2024-07-19T18:24:01.759194+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "array_map(): Argument #2 ($array) must be of type array, Doctrine\ORM\PersistentCollection given" at PassController.php line 51 {"exception":"[object] (TypeError(code: 0): array_map(): Argument #2 ($array) must be of type array, Doctrine\\ORM\\PersistentCollection given at /home/lngwebb/wallet-pass/public_html/releases/8/src/Controller/PassController.php:51)"} [] [2024-07-19T18:24:01.852738+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:25:32.917837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:25:32.986114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:25:33.121628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:25:33.802232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:25:33.854718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:25:33.873556+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:25:33.881084+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:25:33.887921+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:25:33.889700+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T18:25:33.896322+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:25:33.896831+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:25:33.898329+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:25:33.898835+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:25:33.900777+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:25:33.904778+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:25:33.905311+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:25:33.915610+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:25:33.917253+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:25:33.917921+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:25:33.919330+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:25:33.925937+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:26:04.918158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:26:04.939911+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/9/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:26:05.009699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:26:05.017261+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:26:05.054917+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:26:08.792940+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:26:08.857407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T18:26:08.915092+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:26:08.934025+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:08.985012+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:26:08.997975+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:09.016248+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:26:27.047857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:26:27.065422+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T18:26:27.142719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:26:27.186313+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:26:27.198604+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:26:27.202134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:26:27.220932+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:26:28.965033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:26:28.967125+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"b53899d2636a0ddec24169a4a5e485e0","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T18:26:28.979784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:26:29.056937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:26:29.065701+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:26:29.068918+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"b53899d2636a0ddec24169a4a5e485e0"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"b53899d2636a0ddec24169a4a5e485e0"},"types":{"1":2}} [] [2024-07-19T18:26:29.126583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:26:29.126820+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:29.131327+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:26:29.134338+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001���Ry\u0006�'��b�h�","2":"IOS","3":"b53899d2636a0ddec24169a4a5e485e0","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:26:29","6":"2024-07-19 18:26:29"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001���Ry\u0006�'��b�h�","2":"IOS","3":"b53899d2636a0ddec24169a4a5e485e0","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:26:29","6":"2024-07-19 18:26:29"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-19T18:26:29.141870+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001���Ry\u0006�'��b�h�","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001���Ry\u0006�'��b�h�","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:29.143071+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:26:29.146783+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:26:40.559542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:26:40.561667+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:26:40.571979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:26:40.581013+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:26:42.564130+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:26:42.605025+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:26:42.610669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:26:42.613362+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:42.631403+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T18:26:42.637554+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:26:58.723984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:26:58.738272+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:26:58.801469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:26:58.808465+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:27:00.172407+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:27:00.225006+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:27:00.229422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:27:00.232202+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:27:00.737540+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:27:00.740226+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406420.pkpass\"}","2":"2024-07-19 18:27:00","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406420.pkpass\"}","2":"2024-07-19 18:27:00","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:27:00.741215+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:27:00.745435+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:27:00.915129+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem'" at ApplePushNotification.php line 37 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem' at /home/lngwebb/wallet-pass/public_html/releases/9/src/Service/ApplePushNotification.php:37)"} [] [2024-07-19T18:27:00.968486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:27:01.021648+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:29:33.016443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:29:33.043468+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:29:33.116889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:29:33.124176+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:29:35.566874+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:29:35.605176+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:29:35.611121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:29:35.613985+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:29:36.138753+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:29:36.141008+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406576.pkpass\"}","2":"2024-07-19 18:29:36","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406576.pkpass\"}","2":"2024-07-19 18:29:36","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:29:36.142224+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:29:36.147616+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:29:36.345077+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem'" at ApplePushNotification.php line 37 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem' at /home/lngwebb/wallet-pass/public_html/releases/9/src/Service/ApplePushNotification.php:37)"} [] [2024-07-19T18:29:36.356412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:29:36.379970+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:33:54.360159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:33:54.380578+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:33:54.458456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:33:54.465485+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:33:56.228748+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:33:56.286763+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:33:56.291641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:33:56.294028+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:33:57.013271+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:33:57.015361+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406836.pkpass\"}","2":"2024-07-19 18:33:57","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/9\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721406836.pkpass\"}","2":"2024-07-19 18:33:57","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:33:57.016400+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:33:57.021458+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:33:57.265118+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem'" at ApplePushNotification.php line 37 {"exception":"[object] (ErrorException(code: 0): Warning: stream_socket_client(): Unable to set private key file `/home/lngwebb/wallet-pass/public_html/releases/9/apple/certs/pass.pem' at /home/lngwebb/wallet-pass/public_html/releases/9/src/Service/ApplePushNotification.php:37)"} [] [2024-07-19T18:33:57.276288+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:33:57.296361+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:34:33.643553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:34:33.763796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T18:34:35.028120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:34:35.031396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T18:34:35.826142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:34:35.829469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-19T18:39:13.329631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:39:13.388958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:39:13.525831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:39:14.175703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:39:14.206568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:39:14.225083+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:39:14.232711+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:39:14.239489+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:39:14.241513+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-19T18:39:14.249200+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:39:14.250081+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:39:14.253031+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:39:14.253869+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:39:14.257186+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:39:14.262763+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:39:14.263500+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:39:14.274210+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:39:14.276135+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:39:14.276935+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:39:14.278414+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:39:14.285227+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:39:33.450499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:39:33.467635+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/10/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:39:33.502416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:39:33.508590+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:39:33.542877+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:39:35.710571+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:39:35.780570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T18:39:35.829636+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:39:35.846465+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:39:36.525475+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:39:36.530570+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407176.pkpass\"}","2":"2024-07-19 18:39:36","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407176.pkpass\"}","2":"2024-07-19 18:39:36","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:39:36.531848+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:39:36.553331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:39:36.553388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-19T18:39:36.558439+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:39:37.199534+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-19T18:39:37.203025+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "socket_close(): Argument #1 ($socket) must be of type Socket, resource given" at ApplePushNotification.php line 55 {"exception":"[object] (TypeError(code: 0): socket_close(): Argument #1 ($socket) must be of type Socket, resource given at /home/lngwebb/wallet-pass/public_html/releases/10/src/Service/ApplePushNotification.php:55)"} [] [2024-07-19T18:39:37.268715+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:41:51.362683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:41:51.393924+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:41:51.544964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:41:51.556957+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:41:53.977858+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:41:54.054962+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:41:54.059945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:41:54.062341+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:41:54.522486+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:41:54.524670+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407314.pkpass\"}","2":"2024-07-19 18:41:54","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407314.pkpass\"}","2":"2024-07-19 18:41:54","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:41:54.525938+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:41:54.531586+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:41:54.972199+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-19T18:41:54.972409+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T18:41:54.990917+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:42:04.552411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:42:04.554739+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T18:42:04.585757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Missing query parameter "passesUpdatedSince"." at QueryParameterValueResolver.php line 41 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Missing query parameter \"passesUpdatedSince\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/Controller/ArgumentResolver/QueryParameterValueResolver.php:41)"} [] [2024-07-19T18:42:04.978122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:42:04.980209+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-19T18:42:05.059827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:42:05.404769+02:00] app.INFO: APPLE WEBHOOK - [2024-07-19 18:42:04 +0200] Get serial #s task (for device 4648884e69297a3672b301a6c1ff40b7, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-19T18:46:05.650356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:46:05.665515+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:46:05.757199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:46:05.804928+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:46:07.795848+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:46:07.843484+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:46:07.849285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:46:07.851654+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:46:08.313867+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:46:08.315718+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407568.pkpass\"}","2":"2024-07-19 18:46:08","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/10\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721407568.pkpass\"}","2":"2024-07-19 18:46:08","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:46:08.316834+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:46:08.322242+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:46:08.759369+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-19T18:46:08.759675+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T18:46:08.800845+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:52:46.766339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:52:46.827883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:52:46.968792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:52:47.225484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:52:47.239125+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"b53899d2636a0ddec24169a4a5e485e0","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-19T18:52:47.304779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:52:47.336566+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:52:47.344457+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"b53899d2636a0ddec24169a4a5e485e0"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"b53899d2636a0ddec24169a4a5e485e0"},"types":{"1":2}} [] [2024-07-19T18:52:47.353706+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:52:47.696140+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:52:47.698104+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001���Ry\u0006�'��b�h�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001���Ry\u0006�'��b�h�"},"types":{"1":2}} [] [2024-07-19T18:52:47.699715+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:52:47.780050+02:00] doctrine.DEBUG: Executing statement: DELETE FROM devices WHERE id = ? (parameters: array{"1":"\u0001���Ry\u0006�'��b�h�"}, types: array{"1":2}) {"sql":"DELETE FROM devices WHERE id = ?","params":{"1":"\u0001���Ry\u0006�'��b�h�"},"types":{"1":2}} [] [2024-07-19T18:52:47.781643+02:00] doctrine.DEBUG: Committing transaction [] [] BLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:52:47.697731+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-19T18:52:47.698544+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-19T18:52:47.709588+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:52:47.711577+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:52:47.712556+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:52:47.714135+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-19T18:52:47.721354+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:52:47.796100+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:54:52.144295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:54:52.187412+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:54:52.241810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:54:52.248541+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T18:54:52.363894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-19T18:54:52.369426+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:54:52.397877+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:54:52.536248+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:54:54.434044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:54:54.439676+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"bb06c82c2a3ff09519219b0a08ccee98","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/bb06c82c2a3ff09519219b0a08ccee98/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-19T18:54:54.464791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:54:54.576394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:54:54.586784+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:54:54.590843+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"bb06c82c2a3ff09519219b0a08ccee98"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"bb06c82c2a3ff09519219b0a08ccee98"},"types":{"1":2}} [] [2024-07-19T18:54:54.646615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-19T18:54:54.646879+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-19T18:54:54.651602+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:54:54.654706+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001���\u0001���\u001a�c�Wc�","2":"IOS","3":"bb06c82c2a3ff09519219b0a08ccee98","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:54:54","6":"2024-07-19 18:54:54"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001���\u0001���\u001a�c�Wc�","2":"IOS","3":"bb06c82c2a3ff09519219b0a08ccee98","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-19 18:54:54","6":"2024-07-19 18:54:54"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-19T18:54:54.662932+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001���\u0001���\u001a�c�Wc�","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001���\u0001���\u001a�c�Wc�","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-19T18:54:54.664089+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:54:54.670488+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T18:55:35.584381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T18:55:35.599688+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-19T18:55:35.668394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T18:55:35.700502+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:55:38.480696+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-19T18:55:38.517592+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T18:55:38.522247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T18:55:38.524912+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-19T18:55:39.066523+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-19T18:55:39.069226+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721408138.pkpass\"}","2":"2024-07-19 18:55:39","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721408138.pkpass\"}","2":"2024-07-19 18:55:39","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-19T18:55:39.070421+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-19T18:55:39.074531+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-19T18:55:39.103149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-19T18:55:39.108207+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T18:55:39.109931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":299}}} [] [2024-07-19T18:55:39.617330+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-19T18:55:39.617555+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-19T18:55:39.626933+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T19:12:29.407621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T19:12:29.421808+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-19T19:12:29.498033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T19:12:29.531844+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T19:12:29.539431+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"4648884e69297a3672b301a6c1ff40b7"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"4648884e69297a3672b301a6c1ff40b7"},"types":{"1":2}} [] [2024-07-19T19:12:29.548181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T19:12:29.551151+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001�ˣ%�wF���z�i\u0007�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001�ˣ%�wF���z�i\u0007�"},"types":{"1":2}} [] [2024-07-19T19:12:29.561706+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-19T19:50:35.741752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T19:50:35.811053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T19:50:36.316689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T19:50:36.320069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T20:04:44.136751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T20:04:44.168737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T20:04:44.561200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T20:04:44.564431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T20:16:08.205164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T20:16:08.225709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-19T20:16:09.634185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T20:16:09.637418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-19T21:33:29.670809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T21:33:29.689132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-19T21:33:30.686126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T21:33:30.689334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-19T23:18:14.301984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-19T23:18:14.318006+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-19T23:18:14.499243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-19T23:18:14.565693+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-19T23:18:14.575709+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-19T23:18:14.579205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-19T23:18:14.653596+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-20T00:03:07.491915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T00:03:07.523833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T00:50:53.979461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T00:50:53.997622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T00:50:57.014099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T00:50:57.017385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T00:50:57.901440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T00:50:57.904667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T00:53:26.260850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T00:53:26.279583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:06:02.253881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:06:02.270400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:06:08.453070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:06:08.456366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:06:26.613325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:06:26.642611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:07:12.037390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:07:12.058198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:16:55.256824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:16:55.273926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:18:31.423669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:18:31.447318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20128%20128%22%3E%3Ctext%20y=%221.2em%22%20font-size=%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20128%20128%22%3E%3Ctext%20y=%221.2em%22%20font-size=%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20128%20128%22%3E%3Ctext%20y=%221.2em%22%20font-size=%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:26:25.985142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:26:26.005083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:26:26.363975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:26:26.367292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:26:27.357963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:26:27.362834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:26:27.665020+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:26:27.668271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:33:57.923344+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923540+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.923525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:57.960621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.960892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.961142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.961157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.961157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.961498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.961892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.962388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.962538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:57.963612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.081371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.086781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.087502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.087612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.092912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.093327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.093975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.098977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.093191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.108422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.108419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.111344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.113553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.113728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.098424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.124662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.126392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.131233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.122549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.137881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.150968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.142638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.180658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:33:58.180193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.186640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.188220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.156761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.197228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.191292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.209700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:33:58.212951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:33:58.226943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T01:45:18.372242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:45:18.391510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T01:46:24.173610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T01:46:24.191008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T02:03:28.297038+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:03:28.319851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T02:03:30.415325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:03:30.418658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Public/home/js/check.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Public/home/js/check.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:03:32.966630+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:03:32.971934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:34:57.954493+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:34:57.978429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T02:34:58.362473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:34:58.365690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.443517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.443641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.443433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.443506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.444348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.459622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.445673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.443702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.473362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.475116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.444842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.477244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.454839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.452911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.482805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.485158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.487163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.490181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.500005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.501920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.515124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.535852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.676090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.697954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.697647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.710654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.716130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.738374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.741656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.774622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.780003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.783791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.775403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.788854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.793504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.812685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.819527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.821621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.825367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.825054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.816222+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.849867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.857564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.863309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.839751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.905757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.935586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.955399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.970975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.977216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.985255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:34.984232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.963702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.991845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:35.003688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:35.005451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.009926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.010651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.017308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:34.991851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T02:43:35.021709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.025433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.031628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T02:43:35.048272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T04:06:37.840765+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T04:06:37.869495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T04:44:23.964284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T04:44:24.094827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T04:52:26.928180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T04:52:27.069347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T04:52:28.848159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T04:52:28.851436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T05:27:15.622988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:15.623027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:15.623263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:15.770039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:27:15.770039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:27:15.770041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:27:16.080902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:16.084181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:27:46.824316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:46.824305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:27:46.938892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:27:46.938891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/COwNbfwGj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/COwNbfwGj\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/COwNbfwGj/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T05:28:10.204705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:28:10.204733+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:28:10.251543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T05:28:10.251550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T05:28:27.555328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T05:28:27.603684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T06:08:20.613912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:08:20.689510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T06:09:11.224179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:09:11.256920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:09:11.992689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:09:11.995905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:09:13.372576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:09:13.377831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:09:23.677950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:09:23.681195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:10:03.981705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:10:03.981702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:10:04.043679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/guUOSASounP" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/guUOSASounP\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/guUOSASounP/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T06:10:04.043702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:10:32.800571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:10:32.826032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T06:10:33.647507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:10:33.650718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xoSqcTamNNr" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xoSqcTamNNr\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xoSqcTamNNr/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T06:11:15.743369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T06:11:15.778197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.096043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.095297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096015+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.096306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.186943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.186953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.186953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.186943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.186976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2620:0:890::100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2620:0:890::100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2620:0:890::100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/;1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/;1\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/;1/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.187829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/;1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/;1\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/;1/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.188800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.189975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.190002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.190014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.190076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.190078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.190640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.191232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.191491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.451534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.455739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.459780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.456465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.467332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.471721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.467683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.451939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.478422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.478422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.464314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.482222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.482351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.464568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.487378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.487673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.483145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.494120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.483145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.499565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.478481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.509009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.494343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.506930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.514013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.488033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.518987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.521099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/login2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/login2\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/login2/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.524486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.518228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.528020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.515698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.529631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.529568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.523265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.532790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.536963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.536470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.541898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.543041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.543874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2620:0:890::100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2620:0:890::100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2620:0:890::100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.544796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.532436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.523276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.552979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.556813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.543482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.573157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/login2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/login2\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/login2/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.692447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.695633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.713224+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.716783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.743749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.743875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.746905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.747354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.748942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.752368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.794933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.798138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.904010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.907222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:30.936411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:30.939550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2620:0:890::100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2620:0:890::100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2620:0:890::100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.016074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.019301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.089816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.092963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.118840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.121981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.194092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.197207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.285825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.288932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.402778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.406048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.420941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.424719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.439920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.436292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.439813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.448376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.448512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.449894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.499402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.502552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.554966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.558104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.560772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.570445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.610142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.613258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.813653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.816825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.930552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.933671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.957254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.960365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.973203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.976758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.980522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.985707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:31.985258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:31.992455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.126238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.129398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.154470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.157575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.172903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.179602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.207814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.210904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.316999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.320111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/;1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/;1\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/;1/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:32.918809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:32.922655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:33.775913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:33.779141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:36.196588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:36.199883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:38.964185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:38.967435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:39.066684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:39.069971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/login2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/login2\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/login2/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:41.831667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:41.831816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:41.834931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:41.835264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:41.883218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:41.886410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:41.886640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:41.890133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:43.201251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:43.205109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/login2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/login2\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/login2/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:10:43.218613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:10:43.223763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:22.917624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:22.936160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/SfPajbJw.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/SfPajbJw.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SfPajbJw.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:22.947670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:22.958182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:23.784414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:23.787621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/xvJoWmwfX.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:23.790092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:23.793551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:24.518406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:24.521638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/TFXZbIkum"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/TFXZbIkum\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/TFXZbIkum/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:24.602510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:24.605655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/BHczIVovgcA"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/BHczIVovgcA\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/BHczIVovgcA/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:24.920518+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:24.920812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:24.923826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:24.924325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:25.938057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:25.941311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2620:0:890::100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2620:0:890::100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2620:0:890::100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:26.583322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:26.586559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eeqamGaROIBUIw/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:26.991942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:26.995354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:27.166467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:27.169710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:27.676831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:27.680033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/DpytAnmngbUPW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/DpytAnmngbUPW\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/DpytAnmngbUPW/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:27.697662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:27.701222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.024828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.028247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.183915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.187147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/login2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/login2\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/login2/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.291282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.294515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.404711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.407958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.645276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.648891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/NhqjunDeL"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/NhqjunDeL\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/NhqjunDeL/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:28.880322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:28.883593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/yflnZvpazMojp.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/yflnZvpazMojp.html\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/yflnZvpazMojp.html/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.115619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.119246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/rkCUeeAxm.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.138633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.142413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.280597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.283806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.320427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.323837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/GjSRRHSQrYJI/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.445243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.448530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/aFnDgaDFP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/aFnDgaDFP\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/aFnDgaDFP/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.766018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.767104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.769479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/WmHnrgyf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/WmHnrgyf\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/WmHnrgyf/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.772085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/XDHSjMWY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/XDHSjMWY\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/XDHSjMWY/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.811539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.814999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.833103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.837502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/dLMMCFjnCawvJl.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.851573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.855599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/MvurMUyW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/MvurMUyW\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/MvurMUyW/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.855921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.867383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/InzMYqgNQSkAS/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:29.875324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:29.879809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/;1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/;1\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/;1/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.000397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.006332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.197468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.200686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.426696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.429905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.603087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.606373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.662694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.666041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:30.935454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:30.938674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/QiiLxZfRxN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/QiiLxZfRxN\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/QiiLxZfRxN/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.251774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.255101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.256299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.259930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.259892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.263483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ixOwvHirsMUj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ixOwvHirsMUj\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ixOwvHirsMUj/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.268002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.273040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.347622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.351191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/EpLvJibeuKl/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.637846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.641059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.677665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.681358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/XudvmoWZDyVRQ.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/XudvmoWZDyVRQ.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/XudvmoWZDyVRQ.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:31.745347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:31.748799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/YNxbIEqOFQHFnB.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/YNxbIEqOFQHFnB.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/YNxbIEqOFQHFnB.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:32.494839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:32.498076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/VNDNvHYgVMC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/VNDNvHYgVMC\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/VNDNvHYgVMC/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:33.025236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:33.028442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:33.567343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:33.570535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:34.042863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:34.046085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:34.264659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:34.267822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:34.962591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:34.965927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:34.967031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:34.970670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/ecifLitsnhDxE.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/ecifLitsnhDxE.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/ecifLitsnhDxE.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:35.866134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:35.869375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/DFJVVjByFO.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/DFJVVjByFO.100\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DFJVVjByFO.100/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:37.977071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:37.977071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:37.999651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:37.999651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/HLLotqofapN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/HLLotqofapN\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HLLotqofapN/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:44.281479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:44.284916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WRoKeNuRuRZur"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WRoKeNuRuRZur\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WRoKeNuRuRZur/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:46.481207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:46.484396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:47.883513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:47.885851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:47.887794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:47.889603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/EcMtxYCOLgNjV/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:49.419107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:49.422323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:14:55.576089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:14:55.595276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/bOFjnruKMfusVr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/bOFjnruKMfusVr\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r/bOFjnruKMfusVr/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:16:29.681980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:16:29.911299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:16:42.047455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:16:42.050713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:12.800108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:12.826182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:14.638854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:14.642137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:18.609363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:18.612571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:18.956325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:18.959557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:18.969927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:18.974302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:19.257041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:19.260168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:19.413675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:19.418650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:20.111151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:20.114371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:20.476415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:20.479656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:20.529233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:20.532422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:20.761989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:20.765236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:21.134132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:21.137366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:21.321781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:21.325177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:21.395993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:21.399178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:21.410258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:21.413926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.036008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.039201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.081511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.084812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.180550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.183790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.303249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.306550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.313309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.316925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.399000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.402182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:22.553844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:22.557144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:23.203019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:23.206234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:23.284196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:23.287297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:24.119436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:24.128287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:18:24.692974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:24.696247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:18:25.194118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:25.202378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:18:27.143986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:27.147242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:27.172527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:27.175849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:31.928234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:31.951014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:34.344116+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:34.347375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:18:35.070586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:18:35.073775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:21:00.771648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:21:00.771693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:21:00.797150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:21:00.797147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CHSTZfwuZ/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:32:51.425222+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:32:51.444329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:32:51.552321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:32:51.555386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:32:52.065048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:32:52.068180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:32:53.954979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:32:53.959028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:34:09.093525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:34:09.093539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:34:09.127398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:34:09.127422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ExnRqGdFT"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ExnRqGdFT\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ExnRqGdFT/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:35:23.443196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:35:23.443244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:35:23.489179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T07:35:23.489208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/UJXyIAQAicrav"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/UJXyIAQAicrav\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UJXyIAQAicrav/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:36:40.912432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:36:41.021828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T07:49:54.098979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T07:49:54.128445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T08:53:05.752481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T08:53:05.847312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T12:46:32.929636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T12:46:32.997784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T13:06:43.360354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:06:43.419808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T13:34:11.134190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:34:11.134258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:34:11.194199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T13:34:11.195964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T13:38:26.878548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:38:26.898768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T13:46:07.516113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:46:07.536782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T13:46:59.125044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T13:46:59.154030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T15:22:50.723711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T15:22:50.775804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T15:27:37.552110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T15:27:37.581182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T15:27:38.232136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T15:27:38.235374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T15:27:39.037761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T15:27:39.040994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.428210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.428204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.428423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.428209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.428256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.482299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.482441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.482457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.482473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.482752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.595662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.596795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.599841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.602856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.603574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.603595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.604732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.607941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.608548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.611186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.611524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.612401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.613177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.615081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.641514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.644935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.655607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.661012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.665862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.666596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.666608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.668142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.668105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.669817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.671534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.671761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.671763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.673277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.689944+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.697164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T17:15:43.711118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.716302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.715960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.717548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.723087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.723433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.724917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.723882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.723407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.732351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.735614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.735686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.736053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.737518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.768312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.769345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.772165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.774376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.777571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.781413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.784232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.787730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:15:43.790281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:15:43.791514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:38:58.832224+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:38:58.861707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T17:49:14.251083+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:49:14.304847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-20T17:49:16.103974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:49:16.107296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Public/home/js/check.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Public/home/js/check.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T17:49:18.627303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T17:49:18.630581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-20T21:19:09.423536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-20T21:19:09.496756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T00:53:06.177887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T00:53:06.257551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T03:40:20.052516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T03:40:20.147630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T04:31:40.208126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:31:40.412373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:31:40.727782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:31:40.730992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:35:05.074074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:35:05.360795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/5/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/5/public/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:35:55.208178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:35:55.398200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/6/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/6/public/\" at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:36:30.193491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/5/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:36:30.240465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/5/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/5/public/\" at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/5/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:36:51.854899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:36:52.861596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/7/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/7/public/\" at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:37:46.979747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/6/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:37:47.049419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/6/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/6/public/\" at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/6/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:37:52.690544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:37:53.021419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/8/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/8/public/\" at /home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:38:51.371559+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:38:51.539949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:39:08.726494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/7/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:39:08.824738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/7/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/7/public/\" at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/7/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:39:47.625405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:39:47.843598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:40:26.014139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/8/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:40:26.136641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/8/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/8/public/\" at /home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/8/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:40:35.455040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:40:35.539445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:41:44.019392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:41:44.100407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:43:03.818565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:43:04.039870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T04:44:20.889353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T04:44:20.980832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:35.511489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:35.511491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:35.511489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:35.597444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:35.597444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:35.597454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:35.789969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:35.793437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:37.355666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:37.359127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ADsEVBkd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ADsEVBkd\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADsEVBkd/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T06:55:37.599813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:37.603029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:38.897215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:38.900414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T06:55:38.929159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:38.932287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/TPAnDAjZkP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/TPAnDAjZkP\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/TPAnDAjZkP/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T06:55:40.480037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T06:55:40.484013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T07:10:45.295383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:10:45.411964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T07:11:05.813016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:11:05.833040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T07:11:06.866900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:11:06.870112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T07:11:40.742131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:11:40.778427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T07:11:57.060191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:11:57.094214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T07:11:58.399500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T07:11:58.402749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-21T17:26:27.798072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T17:26:27.866760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T21:13:01.057905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T21:13:01.136658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-21T21:13:01.684543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-21T21:13:01.687751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T00:53:07.928266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T00:53:08.064432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T01:51:18.585928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T01:51:18.617237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T02:18:30.023059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T02:18:30.066254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T02:18:42.023681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T02:18:42.026981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T03:49:38.742346+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T03:49:38.861225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T03:52:30.387221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T03:52:30.542973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T04:21:40.012307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T04:21:40.210767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T04:21:41.169226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T04:21:41.172440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T04:21:42.917839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T04:21:42.921026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T06:11:58.726289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T06:11:58.829193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T07:41:17.333904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T07:41:17.440413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T11:28:08.584289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T11:28:08.687837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-22T13:29:14.242735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:29:14.314808+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-22T13:29:14.581527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:29:14.622871+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:29:18.600471+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:29:18.678786+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:29:18.686227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:29:18.705849+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-22T13:29:19.427672+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:29:19.430613+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721647759.pkpass\"}","2":"2024-07-22 13:29:19","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721647759.pkpass\"}","2":"2024-07-22 13:29:19","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:29:19.431909+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:29:19.481763+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:29:19.973718+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-22T13:29:19.973946+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-22T13:29:19.988676+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:29:30.525771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:29:30.736106+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb/wallet-pass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:29:30.832009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:31:11.346773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:31:11.355701+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:31:11.406491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:31:11.411152+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"bb06c82c2a3ff09519219b0a08ccee98","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/bb06c82c2a3ff09519219b0a08ccee98/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-22T13:31:11.523957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-22T13:31:11.529597+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:31:11.538170+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"bb06c82c2a3ff09519219b0a08ccee98"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"bb06c82c2a3ff09519219b0a08ccee98"},"types":{"1":2}} [] [2024-07-22T13:31:11.603823+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-22T13:31:11.605577+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001���\u0001���\u001a�c�Wc�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001���\u0001���\u001a�c�Wc�"},"types":{"1":2}} [] [2024-07-22T13:31:11.607028+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:31:11.615265+02:00] doctrine.DEBUG: Executing statement: DELETE FROM devices WHERE id = ? (parameters: array{"1":"\u0001���\u0001���\u001a�c�Wc�"}, types: array{"1":2}) {"sql":"DELETE FROM devices WHERE id = ?","params":{"1":"\u0001���\u0001���\u001a�c�Wc�"},"types":{"1":2}} [] [2024-07-22T13:31:11.616585+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:31:11.631341+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:14.929989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:14.959110+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2024-07-22T13:32:15.063037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:15.182615+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:32:15.192976+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:32:15.196382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:32:15.221884+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:49.490075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:49.548831+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"POST"} [] [2024-07-22T13:32:49.815454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.065191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:32:50.140796+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:32:50.170261+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:32:50.289922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-22T13:32:50.293289+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-22T13:32:50.299416+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:32:50.304700+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001��77�wU��\u0012�X��","2":"IOS","3":"77f6091a6fb204d4b32e7850c1031650","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-22 13:32:50","6":"2024-07-22 13:32:50"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001��77�wU��\u0012�X��","2":"IOS","3":"77f6091a6fb204d4b32e7850c1031650","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-22 13:32:50","6":"2024-07-22 13:32:50"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-22T13:32:50.315937+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001��77�wU��\u0012�X��","2":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001��77�wU��\u0012�X��","2":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2}} [] [2024-07-22T13:32:50.318079+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:32:50.333461+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:50.498850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:50.500952+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:32:50.514054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.525635+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:32:50.531834+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:32:50.535928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:32:50.537254+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:32:50.543606+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:50.714254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:50.717758+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:32:50.719759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:50.728865+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:32:50.729522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.739132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.750018+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:32:50.751302+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:32:50 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:32:50.754500+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:32:50.760363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:32:50.762414+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:32:50.767188+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:50.931530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:50.933651+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:32:50.934188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:50.936540+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:32:50.940481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.942883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:50.951553+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:32:50 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:32:50.954525+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:32:50.957949+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:32:50.961569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:32:50.962901+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:32:50.966949+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:32:51.130001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:32:51.132102+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:32:51.139191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:32:51.150078+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:32:50 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:33:22.333998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:33:22.349140+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:33:22.499558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:33:22.571327+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:33:22.579014+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:33:22.589857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:33:22.593113+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:33:22.611449+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:33:22.842620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:33:22.844805+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:33:22.877445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:33:22.914671+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:33:22 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:33:52.601108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:33:53.164536+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb/wallet-pass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:33:53.357178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:34:02.459107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:34:02.496465+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/11/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:34:02.529656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:34:02.534257+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-22T13:34:02.584010+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:34:05.072335+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:34:05.110151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-22T13:34:05.134307+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:34:05.143983+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-22T13:34:05.752382+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:34:05.758611+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648045.pkpass\"}","2":"2024-07-22 13:34:05","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648045.pkpass\"}","2":"2024-07-22 13:34:05","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:34:05.761202+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:34:05.813224+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:34:05.813346+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-22T13:34:05.820781+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:34:06.293888+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-22T13:34:06.294249+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-22T13:34:06.336206+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:34:17.721806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:34:17.755581+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:34:17.832544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:34:17.851337+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:34:17.855367+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:34:17.859311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:34:17.860744+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:34:17.869198+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:34:18.140313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:34:18.142425+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:34:18.158775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:34:18.183697+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:34:17 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:35:18.955789+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:19.035950+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:35:19.361517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:19.502548+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:35:19.534044+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:35:19.578018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:35:19.614687+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:35:19.648033+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:35:19.913693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:19.915903+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:19.941933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:20.034569+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:19 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:35:20.422374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:20.428966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:20.834724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:20.836810+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:20.843570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:20.843043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:20.847552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:20.854739+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:20 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:21.188163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:21.191412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:21.196797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:21.199225+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:21.207007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:21.218631+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:20 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:21.533406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:21.535479+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:21.542209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:21.553050+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:21 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:22.110232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:22.113478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:22.452060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:22.455282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:22.455396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:22.458573+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:22.467951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:22.484240+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:22 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:22.793297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:22.796522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:22.796950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:22.799362+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:22.805964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:22.816743+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:22 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:23.132589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:23.134666+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:23.141437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:23.152257+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:22 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:40.033911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:40.062470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:40.510281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:40.512411+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:40.512686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:40.516370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:40.584549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:40.630122+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:40 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:40.851270+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:40.852381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:40.854283+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:40.857606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:40.865107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:40.882765+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:40 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:41.198892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:41.200970+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:41.207701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:41.218506+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:40 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:42.226947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:42.230236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:42.566746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:42.568828+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:42.571072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:42.574723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:42.575569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:42.586382+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:42 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:42.911872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:42.913960+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:42.914804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:42.918335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:35:42.920829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:42.931672+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:42 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:35:43.247411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:35:43.249489+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:35:43.256410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:35:43.267297+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:35:43 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:36:22.256890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:36:22.300157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:40:03.967363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:04.031475+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:40:04.124368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:40:04.171460+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:40:04.178970+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:40:04.189873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:40:04.193019+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:40:04.204532+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:40:04.215497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:04.237203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:40:04.379889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:04.382015+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:40:04.405671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:40:04.432079+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:40:04 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:40:04.599173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:04.601233+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:40:04.608021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:40:04.618862+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:40:04 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:40:40.424053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:40.442352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:40:40.853876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:40:40.856336+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:40:40.907040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:40:40.950825+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:40:40 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:41:45.072667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:41:45.090222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:41:45.453599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:41:45.455677+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:41:45.499078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:41:45.532539+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:41:45 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:26.204484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:26.227158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:26.596111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:26.599368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:26.603172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:26.606362+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:26.653901+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:26.687084+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:26 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:26.940859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:26.942954+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:26.943218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:26.947149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:26.950937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:26.962714+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:26 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:27.280333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:27.282519+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:27.289362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:27.300362+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:27 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:30.841508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:30.844834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:31.178576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.180701+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:31.181951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.185729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:31.188003+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:31.199083+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:30 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:31.509887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.513301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:31.514409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.517190+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:31.524112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:31.535307+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:31 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:31.844487+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.847774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:31.851109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:31.853954+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:31.860700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:31.872006+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:31 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:32.191807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:32.192286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:32.195195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:32.195425+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:32.204313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:32.218900+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:31 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:32.525127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:32.528375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:32.532410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:32.535587+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:32.544316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:32.558509+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:32 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:32.874670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:32.876824+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:32.883747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:32.894933+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:32 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:43.438202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:43.499115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:42:43.638639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:44.305285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:44.336425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:44.354844+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:42:44.361897+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:42:44.368599+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:42:44.370557+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-22T13:42:44.378022+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:42:44.379300+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:42:44.382542+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:42:44.383104+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:42:44.386373+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:42:44.391091+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:42:44.391665+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:42:44.402521+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:42:44.404186+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:42:44.404892+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:42:44.406029+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:42:44.413206+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:42:48.383157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:48.450773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:48.848182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:48.852134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:48.854215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:48.856655+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:48.994928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:49.039414+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:49.179374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.182723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:49.205135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.207599+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:49.214514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:49.225964+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:49.511254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.514521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:49.515380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.517932+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:49.525216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:49.536797+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:49 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:49.849534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.852833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:49.853119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:49.855749+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:49.862893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:49.874202+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:49 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:50.189048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.192281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:50.195118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.198831+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:50.209268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:50.226825+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:49 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:50.529680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.534088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:50.535288+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.538374+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:50.547269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:50.558717+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:50 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:50.879804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.882027+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:50.884226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:50.889319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:50.889430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:50.900775+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:50 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:51.248997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.251385+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:51.251046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.254833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:51.260214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:51.272850+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:51 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:51.596271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.599549+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:51.599431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.603759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:51.611375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:51.625030+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:51 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:51.938748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.938758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:51.940994+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:51.942269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:51.947917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:51.959171+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:51 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:52.278331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.280542+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:52.282605+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.286441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:52.290912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:52.301904+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:52 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:52.623939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.626138+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:52.628938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.632517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:52.632991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:52.643871+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:52 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:52.969621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.971737+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:52.971499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:52.975086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:52.982009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:53.001662+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:52 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:53.321938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:53.324092+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:53.329637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:53.331238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:53.333561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:53.342550+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:53 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:53.686957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:53.688875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:53.690221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:53.692446+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:53.703700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:53.718485+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:53 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:54.028050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.030909+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:54.035166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.039957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:54.042429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:54.053156+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:53 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:54.415508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.417983+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:54.417470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.423605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:54.427921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:54.439772+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:54 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:54.765085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.767999+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:54.771002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:54.776271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:54.777137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:54.788122+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:54 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:55.121233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:55.124767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:55.126793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:55.130528+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:55.137984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:55.150077+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:54 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:55.461022+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:55.463318+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:55.470714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:55.482668+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:55.907979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:55.911431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:56.259627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.261904+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:56.264914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.269174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:56.269985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:56.280632+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:56 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:56.624788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.626937+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:56.625333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.630502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:56.635376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:56.654477+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:56 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:56.974762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.978223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:56.978962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:56.980497+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:56.987313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:56.998310+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:56 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:57.332007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:57.332712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:57.335123+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:57.336811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:57.342376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:57.353862+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:57.698697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:57.702012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:57.710537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:57.714029+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:57.723387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:57.734650+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:58.043395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.047727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:58.047830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.051068+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:58.060687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:58.076322+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:58.407477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.409591+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:58.416390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:58.416156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.421756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:58.427342+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:58 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:58.772433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.776621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:58.777808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:58.779228+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:58.786105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:58.798353+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:58 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:59.116105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.117362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.119583+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:59.120946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:59.130183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:59.141440+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:58 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:59.456512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.458633+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:59.462410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.465886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:59.466129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:59.477135+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:59 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:42:59.804665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.806764+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:42:59.806985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:42:59.810543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:42:59.813698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:42:59.824645+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:59 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:00.142042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.142042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.144164+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:00.145312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:00.151174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:00.162328+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:42:59 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:00.487663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.490905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:00.492990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.495445+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:00.502202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:00.513310+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:00.829603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.831855+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:00.838816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:00.841281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:00.845074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:00.850456+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:01.200886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.203107+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:01.203401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.206896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:01.209920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:01.220814+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:01.540680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.542934+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:01.543032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.546618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:01.550089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:01.561426+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:01.886513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.888625+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:01.888168+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:01.891728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:01.895864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:01.906789+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:02.221940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:02.224926+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:02.233357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:02.244420+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:05.228348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:05.250300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:05.677717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:05.679803+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:05.681388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:05.684995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:05.748465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:05.811675+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:05 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:06.033253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:06.035321+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:06.035706+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:06.039244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:06.042108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:06.053226+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:05 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:06.371927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:06.374108+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:06.381186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:06.392587+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:06 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:24.532883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:24.547640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:24.921555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:24.923647+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:24.923814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:24.927300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:24.967316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:25.018878+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:24 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:25.258558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:25.261019+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:25.264462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:25.268124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:25.268441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:25.280033+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:25 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:25.612126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:25.614250+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:25.621423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:25.632578+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:25 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:29.351444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:29.353625+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-22T13:43:29.383822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:29.402203+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:43:33.271396+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:43:33.391146+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:43:33.405738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:43:33.414770+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-22T13:43:34.014162+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:43:34.017534+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648613.pkpass\"}","2":"2024-07-22 13:43:34","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/11\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648613.pkpass\"}","2":"2024-07-22 13:43:34","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:43:34.019140+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:43:34.066162+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:43:35.397153+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-22T13:43:35.397460+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-22T13:43:35.407789+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:43:45.335236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:45.365260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:43:45.905256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:45.907330+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:45.952262+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:46.015487+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:45 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:43:53.676687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:53.799491+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/12/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:43:53.969576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:43:53.994777+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:43:54.556988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-22T13:43:54.569512+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:43:54.686955+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:43:54.992893+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:43:55.384225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:43:55.386351+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:43:55.393410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:43:55.404510+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:43:55.404545+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:43:55.404568+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:43:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since (null); with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:07.475719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:07.497813+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:44:07.606785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:07.627904+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:44:07.633633+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:44:07.637111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:44:07.644901+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:44:08.506231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:08.559366+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:08.663670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:08.843403+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:08.843450+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:08.843473+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:09.118337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:09.164682+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:09.426723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:09.795118+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:07 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:43:34 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:44:40.785152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:40.857865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:41.312041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:41.315544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:41.541093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:41.565442+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:41.652331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:41.656309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:41.657488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:41.714956+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:41 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:41.892855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:41.894944+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:42.021385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:42.164616+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:41 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:42.492126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:42.494233+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:42.501073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:42.512089+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:41 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:46.580155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:46.583489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:46.954687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:46.956801+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:46.963898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:46.966854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:46.970494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:46.974984+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:46 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:47.310763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:47.312843+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:47.320021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:47.324845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:47.328447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:47.331047+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:47 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:47.676968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:47.679025+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:47.685811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:47.696767+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:47 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:48.308469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:48.312065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:48.656603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:48.658703+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:44:48.664446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:48.666980+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:48.667694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:48.673859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:48.684647+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:48.696301+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:44:48.706736+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:44:48.712773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:44:48.718555+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:44:49.094972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:49.097064+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:49.103957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:49.114995+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:49.115027+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:49.115049+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:48 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:44:49.283488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:49.285584+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:49.292686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:49.303686+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:48 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:43:34 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:44:56.952535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:56.975535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:57.360102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:57.363449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:57.594976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:57.622694+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:57.697801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:57.699849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:57.701778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-22T13:44:57.740366+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:57.924297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:57.926551+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:58.004398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:58.048017+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:44:58.221749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:44:58.223863+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:44:58.230684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:44:58.241825+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:44:57 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-07-22T13:45:55.475439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:45:55.510668+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:45:55.609632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:45:55.682415+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:45:55.692477+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:45:55.699153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:45:55.707364+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:46:01.156173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:46:01.158296+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:46:01.165656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:46:01.176969+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:46:01.180574+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:46:01.183868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:46:01.187245+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:46:01.575078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:46:01.577149+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:46:01.600979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:46:01.648673+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:46:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:46:01.648708+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:46:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:46:01.648730+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:46:01 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:46:01.828326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:46:01.830939+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:46:01.839647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:46:01.853670+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:46:01 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:43:34 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:46:54.672391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:46:54.711618+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-22T13:46:54.839366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:46:54.960893+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:46:57.056924+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:46:57.096354+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:46:57.102133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:46:57.104686+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-22T13:46:57.954374+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:46:57.969307+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/12\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648817.pkpass\"}","2":"2024-07-22 13:46:57","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/12\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721648817.pkpass\"}","2":"2024-07-22 13:46:57","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:46:57.970374+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:46:57.981720+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/12/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:46:58.044133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:46:58.068342+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:46:58.069745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":299}}} [] [2024-07-22T13:46:58.555234+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-22T13:46:58.555526+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-22T13:46:58.564798+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:47:42.926211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:47:42.960858+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:47:43.040471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:47:43.079393+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:47:43.090147+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:47:43.103332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:47:43.115308+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:47:43.535839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:47:43.537888+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:47:43.567203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:47:43.593565+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:47:43 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:47:43.593599+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:47:43 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:47:43.593622+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:47:43 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:43:34 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:49:46.891291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:49:46.960877+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:49:47.250206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:49:47.362270+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:49:47.381194+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:49:47.388362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:49:47.432897+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:49:47.847780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:49:47.849855+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:49:47.895664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:49:47.935153+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:49:47 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:49:47.935198+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:49:47 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:49:47.935221+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:49:47 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:49:48.110738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:49:48.112847+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:49:48.119738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:49:48.130696+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:49:47 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:46:57 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:52:54.834153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:52:54.834152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:52:54.868729+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:52:54.868840+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T13:52:55.036114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:52:55.044312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:52:55.077951+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:52:55.078006+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:52:55.086085+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T13:52:55.088737+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:52:55.092189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:52:55.092510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:52:55.094177+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T13:52:55.104527+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:52:55.110638+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:52:55.337876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:52:55.339967+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:52:55.349585+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:52:55.376640+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:52:55 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T13:52:55.576204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:52:55.578284+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:52:55.585453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:52:55.596993+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:52:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:52:55.597026+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:52:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:52:55.597048+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:52:55 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:52:55.597073+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:52:55 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:46:57 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:52:59.856303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:52:59.858399+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:52:59.865730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:52:59.876968+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:52:59.881363+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:52:59.884885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:52:59.888297+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:53:00.283387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:00.285446+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:00.292146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:00.302988+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:00.303019+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:00.303041+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:00 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:00.479661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:00.481704+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:00.488387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:00.499187+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:00 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:46:57 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:53:06.583084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:06.585186+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:53:06.592449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:06.603645+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:53:06.607387+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:53:06.610896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:53:06.614225+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:53:06.984794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:06.986849+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:06.993611+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:07.004461+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:06 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:07.004512+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:06 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:07.004536+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:06 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:07.183785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:07.185846+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:07.192539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:07.203408+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:06 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:46:57 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:53:07.585805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:07.587860+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:53:07.594882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:07.606183+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:53:07.610818+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:53:07.614436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:53:07.617972+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:53:08.015092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:08.017152+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:08.023893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:08.034936+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'guest'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:08.034984+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'from'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:08.035006+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:07 +0200] Get pass task (pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc, if-modified-since Mon, 22 Jul 2024 11:46:57 GMT; with web service url https://wallet-pass.lngweb.it/apple/) warning: Received invalid pass data (more than one field has the key 'expiration'. Field keys must be unique.). This will be treated as an error in a future release. [] [] [2024-07-22T13:53:08.209686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:53:08.211812+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T13:53:08.218705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:53:08.229770+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 13:53:07 +0200] Web service error for pass.com.thebrighthotel.card (https://wallet-pass.lngweb.it/apple/): Server ignored the 'if-modified-since' header (Mon, 22 Jul 2024 11:46:57 GMT) and returned the full unchanged pass data for serial number '0190cac9-07d0-731b-bef9-c1fca718afdc'. [] [] [2024-07-22T13:55:30.664161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:55:30.751763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:55:30.919806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:55:31.595810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:55:31.625962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:55:31.644475+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:55:31.653964+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:55:31.672941+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:55:31.674958+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-22T13:55:31.682661+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:55:31.683504+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:55:31.686217+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:55:31.686868+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:55:31.689925+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:55:31.695418+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-22T13:55:31.696291+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-22T13:55:31.718549+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:55:31.720136+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:55:31.721769+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:55:31.723231+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-22T13:55:31.730240+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:57:06.849331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:57:06.874815+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/13/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-22T13:57:06.943621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:57:06.951373+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-22T13:57:07.033478+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:57:10.329200+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-22T13:57:10.429407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-22T13:57:10.501297+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:57:10.521398+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-22T13:57:11.127169+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-22T13:57:11.140348+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721649431.pkpass\"}","2":"2024-07-22 13:57:11","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"4b2faec83babe743ab168c76c574b463abb6c9e15d57a36fefb640cf9d479425\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721649431.pkpass\"}","2":"2024-07-22 13:57:11","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-22T13:57:11.141586+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-22T13:57:11.155375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-22T13:57:11.155435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-22T13:57:11.161110+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:57:11.617686+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-22T13:57:11.617916+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-22T13:57:11.637344+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T13:58:29.338206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T13:58:29.361318+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2024-07-22T13:58:29.454410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T13:58:29.493979+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T13:58:29.514873+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-22T13:58:29.520784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T13:58:29.580946+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T14:14:36.202347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T14:14:36.215875+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T14:14:36.291167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T14:14:36.323512+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T14:14:36.330395+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T14:14:36.338435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T14:14:36.341673+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T14:14:36.351604+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T14:14:36.602837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T14:14:36.604886+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T14:14:36.660581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T14:14:37.051039+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 14:14:36 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T14:26:05.601969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T14:26:05.616734+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T14:26:05.715965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T14:26:05.799106+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T14:26:05.806973+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T14:26:05.815147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T14:26:05.818442+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T14:26:05.833682+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-22T14:26:06.049758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T14:26:06.051893+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-22T14:26:06.064113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T14:26:06.091389+02:00] app.INFO: APPLE WEBHOOK - [2024-07-22 14:26:05 +0200] Get serial #s task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-22T14:59:03.766966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-22T14:59:03.781314+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-22T14:59:03.834877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-22T14:59:03.870780+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-22T14:59:03.878020+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2024-07-22T14:59:03.886116+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-22T14:59:03.889233+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001��77�wU��\u0012�X��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001��77�wU��\u0012�X��"},"types":{"1":2}} [] [2024-07-22T14:59:03.899529+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T17:48:22.382278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T17:48:22.472652+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T17:48:22.686327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-23T17:48:22.753864+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:23.432082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T17:48:23.467243+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T17:48:23.477028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-23T17:48:23.479930+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:26.447509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T17:48:26.450847+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T17:48:26.459533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-23T17:48:26.461567+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:27.005156+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:27.167295+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:27.373056+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T17:48:27.373096+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T17:48:27.391189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-23T17:48:27.391189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-23T17:48:27.422342+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T17:48:27.422342+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T17:48:27.908739+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T17:48:27.925087+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T17:48:27.930584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-23T17:48:27.931303+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T17:48:28.185969+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T17:48:28.196634+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721749708.pkpass\"}","2":"2024-07-23 17:48:28","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721749708.pkpass\"}","2":"2024-07-23 17:48:28","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T17:48:28.197925+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T17:48:28.226868+02:00] request.CRITICAL: Uncaught PHP Exception UnexpectedValueException: "FilesystemIterator::__construct(/tmp/0190cac9-07d0-731b-bef9-c1fca718afdc/): Failed to open directory: No such file or directory" at PassFactory.php line 173 {"exception":"[object] (UnexpectedValueException(code: 0): FilesystemIterator::__construct(/tmp/0190cac9-07d0-731b-bef9-c1fca718afdc/): Failed to open directory: No such file or directory at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/chiiya/passes/src/Apple/PassFactory.php:173)"} [] [2024-07-23T17:48:28.263503+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-23T17:48:28.368461+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T17:48:28.369595+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721749708.pkpass\"}","2":"2024-07-23 17:48:28","3":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/13\\/apple\\/passes\\/pass_0190cac9-07d0-731b-bef9-c1fca718afdc_1721749708.pkpass\"}","2":"2024-07-23 17:48:28","3":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T17:48:28.370535+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T17:48:28.372030+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2024-07-23T17:48:28.512078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-23T17:48:28.763223+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-23T17:48:28.763486+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-23T17:48:28.797124+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-07-23T17:48:28.797334+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-23T17:48:28.841312+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T17:48:29.032008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-23T17:48:29.032008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-23T17:48:30.307640+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T17:48:30.308472+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NDk3MTB9.KUJXpFXyQ_gZAwPbvDInEG7x9XD-BAiaQslqzmLM_s9ZjFSg5ejUk0504bvFjy-zEMU4v0vPYIXkvd4NXuaIXB4hh6_HJTBy2qzXT8UsXiVEMYcDEdYNVj-IS4gxBrLk9FDGNfcQFHfK-8TazaurOcT6Um9ts_NxRivMB1mSQdoxaQjnoVac3TALtqLiENSLeH-NH59CEqzk1fj1XJ6acsmYaXfrcRqQl2HD1FTskbhkrG0wKSxY9ZmpW8iNi__YjEZ9iVMxZ2n7mVHRsHrM1fZycZdiO0SSpEfsWDf--VXOKiV0Iu6gmnQAfn7ZGUTXh6xHmRhsbciifajXQ3CnOg\"}","2":"2024-07-23 17:48:30","3":"\u0001���\u000brt���\u0010�^\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NDk3MTB9.KUJXpFXyQ_gZAwPbvDInEG7x9XD-BAiaQslqzmLM_s9ZjFSg5ejUk0504bvFjy-zEMU4v0vPYIXkvd4NXuaIXB4hh6_HJTBy2qzXT8UsXiVEMYcDEdYNVj-IS4gxBrLk9FDGNfcQFHfK-8TazaurOcT6Um9ts_NxRivMB1mSQdoxaQjnoVac3TALtqLiENSLeH-NH59CEqzk1fj1XJ6acsmYaXfrcRqQl2HD1FTskbhkrG0wKSxY9ZmpW8iNi__YjEZ9iVMxZ2n7mVHRsHrM1fZycZdiO0SSpEfsWDf--VXOKiV0Iu6gmnQAfn7ZGUTXh6xHmRhsbciifajXQ3CnOg\"}","2":"2024-07-23 17:48:30","3":"\u0001���\u000brt���\u0010�^\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T17:48:30.309920+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T17:48:30.317634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":401}}} [] [2024-07-23T17:48:30.323114+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T17:48:30.593804+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T17:48:30.594772+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NDk3MTB9.KUJXpFXyQ_gZAwPbvDInEG7x9XD-BAiaQslqzmLM_s9ZjFSg5ejUk0504bvFjy-zEMU4v0vPYIXkvd4NXuaIXB4hh6_HJTBy2qzXT8UsXiVEMYcDEdYNVj-IS4gxBrLk9FDGNfcQFHfK-8TazaurOcT6Um9ts_NxRivMB1mSQdoxaQjnoVac3TALtqLiENSLeH-NH59CEqzk1fj1XJ6acsmYaXfrcRqQl2HD1FTskbhkrG0wKSxY9ZmpW8iNi__YjEZ9iVMxZ2n7mVHRsHrM1fZycZdiO0SSpEfsWDf--VXOKiV0Iu6gmnQAfn7ZGUTXh6xHmRhsbciifajXQ3CnOg\"}","2":"2024-07-23 17:48:30","3":"\u0001���\u000brt���\u0010�^\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NDk3MTB9.KUJXpFXyQ_gZAwPbvDInEG7x9XD-BAiaQslqzmLM_s9ZjFSg5ejUk0504bvFjy-zEMU4v0vPYIXkvd4NXuaIXB4hh6_HJTBy2qzXT8UsXiVEMYcDEdYNVj-IS4gxBrLk9FDGNfcQFHfK-8TazaurOcT6Um9ts_NxRivMB1mSQdoxaQjnoVac3TALtqLiENSLeH-NH59CEqzk1fj1XJ6acsmYaXfrcRqQl2HD1FTskbhkrG0wKSxY9ZmpW8iNi__YjEZ9iVMxZ2n7mVHRsHrM1fZycZdiO0SSpEfsWDf--VXOKiV0Iu6gmnQAfn7ZGUTXh6xHmRhsbciifajXQ3CnOg\"}","2":"2024-07-23 17:48:30","3":"\u0001���\u000brt���\u0010�^\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T17:48:30.596219+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T17:48:30.597987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":401}}} [] [2024-07-23T17:48:30.601703+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T17:48:30.820365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T17:48:30.859945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico" (from "http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" (from \"http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185\") at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-23T18:43:48.562448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:43:48.613301+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T18:43:48.765994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-23T18:43:48.796069+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:43:52.196155+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:43:52.301497+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T18:43:52.339720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-23T18:43:52.342437+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T18:43:52.359031+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:43:50.718383+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:43:50.719040+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:43:50.722852+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T18:43:50.728372+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:43:50.728901+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:43:50.739682+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:43:50.741387+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:43:50.742084+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:43:50.743311+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:43:50.750393+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T18:43:52.368164+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T18:43:52.584975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:43:52.590446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico" (from "https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" (from \"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185\") at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-23T18:46:35.366526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:46:35.407504+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/14/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-23T18:46:35.508516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-23T18:46:35.516286+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T18:46:35.533749+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-23T18:46:35.643037+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:46:38.080232+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:46:38.210392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-23T18:46:38.464598+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T18:46:38.544664+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T18:46:38.674843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-23T18:46:38.680565+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-23T18:46:38.822576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-23T18:46:39.866563+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T18:46:39.878430+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NTMxOTl9.FvscXTkKFEJBA48CJgt0dUor0sVr8yIcCRR5OM2BLW5Oil4Yb3wJBrPomuZZJhvZ_gA3iRG_mH6iTLFRwTLeAsw7xeJltm130Sk0_KznjR8QI-GgJsmpRCnkokYN_0_XRXxxuojwihOReukey689W8z0ZaWF8WEYuk3B4iVJqMlJPn1FKeMwbSa4UU08qDKF3qABT9zunruUyTocJQm6Zw-LkapqPiSLnJ5i7pzh-Gg1McKZe9W8o81EANS-XKWlmG4XtY6-IgfZ9GlYu33uAnMJTK-q2d-jYA7HVyFidMw7NP66v3FiENvsD6TSncWtECM9W4I3SJ69w0IeLyGjsQ\"}","2":"2024-07-23 18:46:39","3":"\u0001���\u000brt���\u0010�^\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NTMxOTl9.FvscXTkKFEJBA48CJgt0dUor0sVr8yIcCRR5OM2BLW5Oil4Yb3wJBrPomuZZJhvZ_gA3iRG_mH6iTLFRwTLeAsw7xeJltm130Sk0_KznjR8QI-GgJsmpRCnkokYN_0_XRXxxuojwihOReukey689W8z0ZaWF8WEYuk3B4iVJqMlJPn1FKeMwbSa4UU08qDKF3qABT9zunruUyTocJQm6Zw-LkapqPiSLnJ5i7pzh-Gg1McKZe9W8o81EANS-XKWlmG4XtY6-IgfZ9GlYu33uAnMJTK-q2d-jYA7HVyFidMw7NP66v3FiENvsD6TSncWtECM9W4I3SJ69w0IeLyGjsQ\"}","2":"2024-07-23 18:46:39","3":"\u0001���\u000brt���\u0010�^\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T18:46:39.879830+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T18:46:39.885266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":298}}} [] [2024-07-23T18:46:39.920758+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T18:49:26.114558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:49:26.257956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-23T18:49:26.397175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:49:27.074508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:49:27.105483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-23T18:49:27.124228+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T18:49:27.132568+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:49:27.139554+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:49:27.142130+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-23T18:49:27.151043+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:49:27.151797+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:49:27.154171+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:49:27.154946+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:49:27.157954+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T18:49:27.163314+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-23T18:49:27.164120+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-23T18:49:27.174611+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:49:27.176400+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:49:27.177227+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:49:27.178697+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-23T18:49:27.185365+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T18:49:43.873150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T18:49:43.909562+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/15/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-23T18:49:43.949220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-23T18:49:43.955435+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-23T18:49:43.964590+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-23T18:49:44.003668+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:49:45.712747+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-23T18:49:45.774580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-23T18:49:45.824021+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-23T18:49:45.840574+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-23T18:49:45.885953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-23T18:49:45.890839+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-23T18:49:45.967152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-23T18:49:46.539028+02:00] app.INFO: Google Wallet exception: Client error: `GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject/3388000000022362023.0190cac9-0b72-748e-86cf-10bc5e1894ee` resulted in a `404 Not Found` response: { "error": { "code": 404, "message": "Wallet Object {3388000000022362023.0190cac9-0b72-748e-86cf-10bc5e1894ee} (truncated...) [] [] [2024-07-23T18:49:46.543890+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-23T18:49:46.549038+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NTMzODZ9.ld-TjBiBL49r7beb64UobYK8GSvRA9qpJ4V-1KOXJvrghk4ScXTOCpdLE_ro-UG9nIfxZYhTn8K6Ztzgp1Lc9-6_I6h5CMu8HW8bCqIPtRZQvjZTeae-j7fkX0XYYx2nzyykcNTL8LMC_rmrkcpKlOdyDKbmbOc5koWAXBH3K_HQBLf04vmg4VFPqV3P027ZrE6FzxDHok_WHVscN5oPpmALazC4V-sQfeMMHbriR--XHsVmWJrZ_-LhfOlxvfZq1ZqE96Ea2Wqf-eWLzUSNWHd07xhibAFrTmSB9lFXnMJE_MRzae73LK42OlqjDYTvRKsoIc-_EDqdW8oW1EdbIA\"}","2":"2024-07-23 18:49:46","3":"\u0001���\u000brt���\u0010�^\u0018��"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwY2FjOS0wYjcyLTc0OGUtODZjZi0xMGJjNWUxODk0ZWUiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE3NTMzODZ9.ld-TjBiBL49r7beb64UobYK8GSvRA9qpJ4V-1KOXJvrghk4ScXTOCpdLE_ro-UG9nIfxZYhTn8K6Ztzgp1Lc9-6_I6h5CMu8HW8bCqIPtRZQvjZTeae-j7fkX0XYYx2nzyykcNTL8LMC_rmrkcpKlOdyDKbmbOc5koWAXBH3K_HQBLf04vmg4VFPqV3P027ZrE6FzxDHok_WHVscN5oPpmALazC4V-sQfeMMHbriR--XHsVmWJrZ_-LhfOlxvfZq1ZqE96Ea2Wqf-eWLzUSNWHd07xhibAFrTmSB9lFXnMJE_MRzae73LK42OlqjDYTvRKsoIc-_EDqdW8oW1EdbIA\"}","2":"2024-07-23 18:49:46","3":"\u0001���\u000brt���\u0010�^\u0018��"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-23T18:49:46.551027+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-23T18:49:46.561114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":298}}} [] [2024-07-23T18:49:46.577082+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-23T20:35:27.568082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T20:35:27.711664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-23T20:35:28.273704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T20:35:28.277936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-23T23:10:51.280389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-23T23:10:51.317654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-24T00:56:54.100458+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T00:56:54.135094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-24T00:56:57.010449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T00:56:57.013809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-24T17:36:53.919705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T17:36:54.017623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-24T17:39:21.884220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T17:39:21.916416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-24T17:44:47.508775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T17:44:47.548110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-24T17:44:48.173215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T17:44:48.176485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-24T19:45:42.480085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T19:45:42.538490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-24T19:45:42.600369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-24T19:45:42.603713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-25T03:53:52.816962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T03:53:52.970487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-25T03:53:53.542482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T03:53:53.545780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-25T04:15:33.523794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T04:15:33.606828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-25T04:26:59.771099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T04:26:59.932645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-25T04:27:00.539724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T04:27:00.543128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-25T04:27:01.379850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T04:27:01.383301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-25T11:23:49.627917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T11:23:49.717998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-25T17:20:55.954253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-25T17:20:56.058620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T06:06:39.937127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:06:40.073704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T06:06:46.180989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:06:46.184432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T06:06:58.363948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:06:58.363955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:06:58.477526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T06:06:58.477566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T06:07:01.908452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:07:01.913350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T06:07:17.982826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:07:18.069455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T06:07:20.503896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T06:07:20.507283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T11:55:37.065686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:55:37.168419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T11:55:54.792865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:55:54.825165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T11:55:58.621971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:55:58.625341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T11:59:14.781551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:59:14.814980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T11:59:34.867303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:59:34.888257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T11:59:36.954328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T11:59:36.957608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-26T13:54:49.675572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:54:49.761197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T13:54:49.935298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:54:50.781097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:54:50.812560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T13:54:50.830958+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T13:54:50.847300+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T13:54:50.853752+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T13:54:50.855668+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-26T13:54:50.863867+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T13:54:50.864604+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T13:54:50.868874+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T13:54:50.869728+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T13:54:50.874525+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-26T13:54:50.880730+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T13:54:50.881544+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T13:54:50.922812+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T13:54:50.924766+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T13:54:50.925658+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T13:54:50.927132+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T13:54:50.933914+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T13:57:30.573036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:30.612790+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/16/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-26T13:57:30.697130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T13:57:30.728116+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T13:57:30.757048+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:30.757109+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:30.774294+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:30.775966+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:30.777629+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:30.995289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:31.001110+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:57:31.000771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:31.004401+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T13:57:31.006486+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:31.006500+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:31.006522+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.006535+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.006550+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.007175+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.008224+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.008358+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.030700+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:57:31.032334+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:57:31.034721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:57:31.185803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:31.188886+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T13:57:31.190166+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:31.190202+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.190641+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.191463+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.191590+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.626138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:31.628413+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:57:31.629155+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:31.629189+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.629217+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:31.630746+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:57:31.631523+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:57:31.631875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:57:32.039688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:57:32.042222+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:57:32.043305+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:57:32.043342+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:32.043370+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:57:32.044578+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:57:32.045365+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:57:32.045692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:23.664544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:58:23.737917+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:58:23.789223+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:58:23.789289+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:23.789319+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:23.821303+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:23.827909+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:58:23.829524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:24.066447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:58:24.069600+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T13:58:24.070372+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:58:24.070422+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.075845+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.078220+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.081297+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.505547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:58:24.508102+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:58:24.508686+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:58:24.508741+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.508773+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.509978+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:24.510864+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:58:24.511238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:24.899404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:58:24.901527+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:58:24.901987+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:58:24.902020+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.902047+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:58:24.902989+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:58:24.903744+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:58:24.904053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:17.017754+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:17.078595+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-26T13:59:17.105514+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T13:59:17.303907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T13:59:17.410789+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T13:59:20.967354+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T13:59:21.561897+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T13:59:21.582521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T13:59:21.695711+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-26T13:59:22.633468+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-26T13:59:22.657983+02:00] doctrine.DEBUG: Executing statement: INSERT INTO passes (id, platform, pass_type, accomodation_id, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001�����{W��5�\u001b�X�","2":"IOS","3":"pass.com.thebrighthotel.card","4":"663b9608134d450281e3d185","5":"{\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/16\\/apple\\/passes\\/pass_0190eee8-f0e5-7b57-acd1-35fe1ba958f4_1721995162.pkpass\",\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\"}","6":"2024-07-26 13:59:21","7":"2024-07-26 13:59:21"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2}) {"sql":"INSERT INTO passes (id, platform, pass_type, accomodation_id, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?, ?)","params":{"1":"\u0001�����{W��5�\u001b�X�","2":"IOS","3":"pass.com.thebrighthotel.card","4":"663b9608134d450281e3d185","5":"{\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/16\\/apple\\/passes\\/pass_0190eee8-f0e5-7b57-acd1-35fe1ba958f4_1721995162.pkpass\",\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\"}","6":"2024-07-26 13:59:21","7":"2024-07-26 13:59:21"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2}} [] [2024-07-26T13:59:22.658873+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-26T13:59:22.676101+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/16/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-26T13:59:22.737458+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T13:59:22.738820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":299}}} [] [2024-07-26T13:59:23.325641+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-26T13:59:23.635223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:23.638507+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T13:59:23.641018+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:59:23.641184+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.640267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:23.643720+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.643937+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:59:23.644883+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:59:23.644921+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.644954+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.645477+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.646110+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:23.652292+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:23.653462+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:59:23.654050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:24.106389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:24.108546+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:59:24.109127+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:59:24.109161+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:24.109189+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:24.110331+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:24.111114+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:59:24.111465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:24.326583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":399}}} [] [2024-07-26T13:59:24.500882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:24.503637+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T13:59:24.504103+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T13:59:24.504136+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:24.504164+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T13:59:24.505159+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:24.505961+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T13:59:24.506288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T13:59:24.714688+02:00] app.INFO: Google Wallet exception: Client error: `GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject/3388000000022362023.0190eee8-f6be-7697-a877-2179b82b3c9c` resulted in a `404 Not Found` response: { "error": { "code": 404, "message": "Wallet Object {3388000000022362023.0190eee8-f6be-7697-a877-2179b82b3c9c} (truncated...) [] [] [2024-07-26T13:59:24.728470+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-26T13:59:24.729349+02:00] doctrine.DEBUG: Executing statement: INSERT INTO passes (id, platform, pass_type, accomodation_id, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001���v��w!y�+<�","2":"ANDROID","3":"3388000000022362023.accomodation-generic-object","4":"663b9608134d450281e3d185","5":"{\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwZWVlOC1mNmJlLTc2OTctYTg3Ny0yMTc5YjgyYjNjOWMiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE5OTUxNjR9.ngowB3ruMoOxx-V5wpMfw1HHqqRBtAhH9CYx-LP-n2f6A9t-avRCod3ClHtR1M9QzPhlY6BETtzOE-f3ZfW255atzfqWBvx9NVQfinJeeuOE6rgVNU0Gs_V634tz5SpI1ipkyyfJQXqfmdb7YwGTrWdTV5GNrJhNIWHNhUtWBUbLslO4pN31txgjqhhJIVHAGDvoymTMZUI8NhPy-0eWnZyfQPJOvfe2LopYiVZZieh-jE7smtyFebxtHQFFFXa63KPqJfTPwo5ipAAAB_cXS3o_CR0c9EIWPcADfeEmu6gbTpfqmUF0jaxajwKYqLVoOYyhVNK-UlBPb4zeDF3p9g\",\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\"}","6":"2024-07-26 13:59:23","7":"2024-07-26 13:59:23"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2}) {"sql":"INSERT INTO passes (id, platform, pass_type, accomodation_id, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?, ?)","params":{"1":"\u0001���v��w!y�+<�","2":"ANDROID","3":"3388000000022362023.accomodation-generic-object","4":"663b9608134d450281e3d185","5":"{\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwZWVlOC1mNmJlLTc2OTctYTg3Ny0yMTc5YjgyYjNjOWMiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE5OTUxNjR9.ngowB3ruMoOxx-V5wpMfw1HHqqRBtAhH9CYx-LP-n2f6A9t-avRCod3ClHtR1M9QzPhlY6BETtzOE-f3ZfW255atzfqWBvx9NVQfinJeeuOE6rgVNU0Gs_V634tz5SpI1ipkyyfJQXqfmdb7YwGTrWdTV5GNrJhNIWHNhUtWBUbLslO4pN31txgjqhhJIVHAGDvoymTMZUI8NhPy-0eWnZyfQPJOvfe2LopYiVZZieh-jE7smtyFebxtHQFFFXa63KPqJfTPwo5ipAAAB_cXS3o_CR0c9EIWPcADfeEmu6gbTpfqmUF0jaxajwKYqLVoOYyhVNK-UlBPb4zeDF3p9g\",\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\"}","6":"2024-07-26 13:59:23","7":"2024-07-26 13:59:23"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2}} [] [2024-07-26T13:59:24.730887+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-26T13:59:24.738759+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T13:59:51.277501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T13:59:51.333103+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190eee8-f0e5-7b57-acd1-35fe1ba958f4/download","method":"GET"} [] [2024-07-26T13:59:51.348060+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T13:59:51.433753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T13:59:51.503786+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T13:59:51.561208+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2024-07-26T13:59:51.562565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T13:59:51.634479+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:11.423918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:11.574131+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190eee8-f0e5-7b57-acd1-35fe1ba958f4/download","method":"GET"} [] [2024-07-26T14:00:11.673797+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T14:00:12.424090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:00:13.020620+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:00:13.160460+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2024-07-26T14:00:13.161608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:00:13.359036+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:17.371482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:17.373812+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T14:00:17.373057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:17.375695+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4","method":"POST"} [] [2024-07-26T14:00:17.386319+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:17.386330+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:17.386387+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.386388+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.389758+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.390801+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.391392+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.403800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:17.406030+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:17.406509+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:17.406543+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.406570+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.453413+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:17.454463+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:17.455752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:17.599874+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-07-26T14:00:17.599976+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-07-26T14:00:17.600020+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-07-26T14:00:17.600055+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-07-26T14:00:17.600087+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-07-26T14:00:17.709071+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-07-26T14:00:17.709148+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"0190eee8-f0e5-7b57-acd1-35fe1ba958f4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.718234+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-07-26T14:00:17.718316+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.772216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:00:17.953998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:17.966584+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:17.967388+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:17.967422+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.967449+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:17.968628+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:17.969477+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:17.969841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:18.352724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:18.354907+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:18.355435+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:18.355468+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:18.355496+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:18.356446+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:18.357220+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:18.357534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:18.729462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:00:18.739771+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:00:18.742513+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:00:19.180336+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-07-26T14:00:19.777043+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�����{W��5�\u001b�X�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-07-26T14:00:19.801223+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-26T14:00:19.812980+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"\u0001����Ky�\bdXq)•","2":"IOS","3":"5bb9f3699cf0b8ee4234b5b75a41373e","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-26 14:00:18","6":"2024-07-26 14:00:18"}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}) {"sql":"INSERT INTO devices (id, platform, device_identifier, custom_data, create_time, update_time) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"\u0001����Ky�\bdXq)•","2":"IOS","3":"5bb9f3699cf0b8ee4234b5b75a41373e","4":"{\"pushToken\":\"5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1\"}","5":"2024-07-26 14:00:18","6":"2024-07-26 14:00:18"},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2}} [] [2024-07-26T14:00:19.902533+02:00] doctrine.DEBUG: Executing statement: INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?) (parameters: array{"1":"\u0001����Ky�\bdXq)•","2":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO devices_passes (device_id, pass_id) VALUES (?, ?)","params":{"1":"\u0001����Ky�\bdXq)•","2":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2,"2":2}} [] [2024-07-26T14:00:19.904042+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-26T14:00:19.907939+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:20.148798+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:20.151157+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:00:20.151800+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:20.151835+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.151862+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.161183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:00:20.175249+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:00:20.178683+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:00:20.181610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:00:20.183894+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:00:20.188311+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:20.390907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:20.393121+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:20.393600+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:20.393084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:20.393955+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.393988+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.394996+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:20.395648+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:00:20.395803+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:20.396091+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:20.396125+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.396135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:20.396159+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.403073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:00:20.416171+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:00:20.419563+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:00:20.422497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:00:20.424690+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:00:20.428891+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:20.622078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:20.624547+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:00:20.625133+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:20.625168+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.625196+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.632074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:00:20.645462+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:00:20.648194+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:00:20.651025+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:00:20.653359+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:00:20.662283+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:00:20.787785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:20.790405+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:20.790900+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:20.790934+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.790962+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:20.792084+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:20.792990+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:20.793343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:21.190782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:21.192996+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:21.193486+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:21.193520+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:21.193553+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:21.194533+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:21.195306+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:21.195627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:21.566030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:00:21.568520+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:00:21.569066+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:00:21.569100+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:21.569127+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:00:21.570250+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:00:21.571138+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:00:21.571515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.013504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:02:25.013826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:02:25.013973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:02:25.037766+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:02:25.038021+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T14:02:25.038029+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:02:25.061434+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:02:25.061492+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.061521+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.061588+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:02:25.061642+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.061642+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:02:25.061684+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.061726+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.064956+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.066970+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.067649+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.068460+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.069600+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:02:25.070673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.196696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:02:25.262103+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:02:25.273032+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:02:25.279243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:02:25.303535+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:02:25.309131+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:02:25.510350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:02:25.512697+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:02:25.513177+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:02:25.513210+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.513238+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.514484+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.515265+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:02:25.515616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.911350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:02:25.914085+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:02:25.914782+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:02:25.914828+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.914869+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:02:25.916302+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:02:25.917540+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:02:25.918019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:29.470938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:03:29.471042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:03:29.564004+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:03:29.564132+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:03:29.603629+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:03:29.603687+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:29.603676+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:03:29.603717+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:29.603722+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:29.603758+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:29.685217+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:29.691298+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:03:29.693272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:29.964618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:03:30.140966+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:03:30.151278+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:03:30.156839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:03:30.163173+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:03:30.168413+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:03:30.604573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:03:30.606725+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:03:30.607194+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:03:30.607227+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:30.607255+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:30.608219+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:30.609000+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:03:30.609315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:30.997439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:03:30.999605+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:03:31.000102+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:03:31.000136+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:31.000164+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:03:31.001181+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:03:31.001955+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:03:31.002278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:55.537035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:04:55.537136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:04:55.554109+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:04:55.554155+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:04:55.562879+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:04:55.562915+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:55.562943+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:55.563019+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:04:55.563058+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:55.563085+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:55.569570+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:55.571449+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:04:55.572027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:55.618240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:04:55.683008+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:04:55.690566+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:04:55.695992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:04:55.701388+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:04:55.706715+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:04:55.999133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:04:56.001292+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:04:56.001761+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:04:56.001795+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:56.001821+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:56.002791+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:56.003548+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:04:56.003863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:56.440881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:04:56.443004+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:04:56.443505+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:04:56.443539+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:56.443566+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:04:56.444593+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:04:56.445366+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:04:56.445685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:55.853006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:06:55.867253+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:06:55.875376+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:06:55.875411+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:55.875439+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:55.881813+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:55.883539+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:06:55.884112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:55.974911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:06:55.977120+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:06:55.977610+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:06:55.977643+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:55.977670+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:56.018178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:06:56.054539+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:06:56.061634+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:06:56.066971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:06:56.072731+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:06:56.077620+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:06:56.447308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:06:56.449679+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:06:56.450327+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:06:56.450368+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:56.450407+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:56.451547+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:56.452403+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:06:56.452738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:56.840620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:06:56.842737+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:06:56.843201+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:06:56.843235+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:56.843262+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:06:56.844216+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:06:56.844985+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:06:56.845298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:08:56.146510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:08:56.185102+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:08:56.200230+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:08:56.200297+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:08:56.200327+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:08:56.233139+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:08:56.234823+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:08:56.235430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:12:57.372338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:12:57.396071+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T14:12:57.405276+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:12:57.405329+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.407855+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.409511+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.410079+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.614908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:12:57.617130+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:12:57.617597+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:12:57.617630+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.617658+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:57.623657+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:12:57.624650+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:12:57.625232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:12:58.083371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:12:58.086743+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:12:58.087344+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:12:58.087379+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:58.087407+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:12:58.088821+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:12:58.090234+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:12:58.090778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:14:15.495729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:14:15.511759+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:14:15.520878+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:14:15.520917+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:14:15.520945+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:14:15.527730+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:14:15.529482+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:14:15.530090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:17:59.932118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:17:59.948346+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:17:59.969588+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:17:59.969624+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:17:59.969653+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:18:00.079630+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:18:00.118323+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:18:00.125147+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:18:00.130312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:18:00.136249+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:18:00.146671+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:18:00.407756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:18:00.409881+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:18:00.410379+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:18:00.410412+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:18:00.410439+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:18:00.427208+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:18:00.428523+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:18:00.429084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:18:00.842006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:18:00.844196+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:18:00.844683+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:18:00.844716+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:18:00.844743+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:18:00.845708+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:18:00.846498+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:18:00.846838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:19:17.578431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:19:17.595837+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:19:17.607171+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:19:17.607228+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:19:17.607257+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:19:17.613917+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:19:17.615551+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:19:17.616106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:23:03.947075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:23:03.980114+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T14:23:03.989084+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:23:03.989148+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:03.993323+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/16/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:03.995022+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:03.995628+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:04.181115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:23:04.183631+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:23:04.184108+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:23:04.184142+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:04.184170+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:04.189984+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:23:04.190995+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:23:04.191593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:23:04.620311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:23:04.622486+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:23:04.622956+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:23:04.622990+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:04.623018+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:23:04.624000+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:23:04.624773+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:23:04.625088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:25:00.031431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:25:00.064100+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:25:00.120673+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:25:00.120729+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:25:00.120759+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:25:00.205753+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:25:00.250050+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2024-07-26T14:25:00.250664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2024-07-26T14:28:16.610487+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:28:16.675412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T14:28:16.825322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:28:17.757403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:28:17.788354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:28:17.806946+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:28:17.813923+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T14:28:17.820601+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T14:28:17.822293+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-26T14:28:17.828780+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T14:28:17.829272+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T14:28:17.831570+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T14:28:17.832043+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T14:28:17.835014+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-26T14:28:17.840455+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T14:28:17.840915+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T14:28:17.850645+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T14:28:17.852130+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T14:28:17.853352+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T14:28:17.854524+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T14:28:17.861176+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:29:05.792063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:29:05.882431+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/17/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-26T14:29:06.053064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T14:29:06.077458+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:29:06.107087+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:29:06.107144+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:29:06.107175+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:29:06.231759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-26T14:29:06.268993+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:29:06.297900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:29:06.338083+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:29:06.412526+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:29:06.630533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:29:06.636371+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:29:06.642831+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:29:06.642866+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:29:06.642899+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:29:06.684234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:29:06.755132+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 13:57:30 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755174+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 13:57:31 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755196+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 13:57:31 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755215+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 13:58:24 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755233+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 13:59:23 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755251+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:00:17 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755267+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:00:20 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755285+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:00:20 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755302+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:00:20 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755323+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:02:25 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755341+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:02:25 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755358+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:03:30 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755374+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:04:55 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755390+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:06:56 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755406+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:12:57 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755422+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:18:00 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:29:06.755438+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:23:03 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:29:06.755454+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:29:06 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T14:31:20.605544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:31:20.634045+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-26T14:31:20.690884+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T14:31:20.768708+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:31:20.880036+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T14:31:23.401209+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T14:31:23.461187+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:31:23.461802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:31:23.490242+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-26T14:31:23.541026+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/17/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-26T14:31:23.637852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T14:31:23.653784+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-26T14:31:23.957889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":299}}} [] [2024-07-26T14:31:24.650612+02:00] app.INFO: Google Wallet Pass: classId 3388000000022362023.accomodation-generic-object id 3388000000022362023.0190eee8-f6be-7697-a877-2179b82b3c9c [] [] [2024-07-26T14:31:25.671113+02:00] app.INFO: Google Wallet exception: Client error: `GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject/3388000000022362023.0190eee8-f6be-7697-a877-2179b82b3c9c` resulted in a `404 Not Found` response: { "error": { "code": 404, "message": "Wallet Object {3388000000022362023.0190eee8-f6be-7697-a877-2179b82b3c9c} (truncated...) [] [] [2024-07-26T14:31:25.716578+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-07-26T14:31:25.774897+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwZWVlOC1mNmJlLTc2OTctYTg3Ny0yMTc5YjgyYjNjOWMiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE5OTcwODV9.Ou9l43Mgxwm1MyIShgsVN43ats2fUZpXLVLNVUfVdzrdvByfn_637awlIGroE7iLhOFH_PVSKtc24kNae9q9Dz7HF8plY94dvvxzfGyptNZeMHo-pOZSS1H9nF8-3mqhvHnSxdum9LTb0B1YA_yTDOsNiKZE9xpFhDDiDM_Uo_Em8MOuwEnKPsEIfuF1sN18j2XOAGUiIe5zD75I-DOZbTZHD1N1RcJM1x852seflpQFBoqJSfffnz8RgHtSL6_j_4o5hhlQnrAq5tppb0AmRkNHiXJr9DzcHPfzjHTBBFqn8V3ZqEsEAtbphh9gutcrwX7zYdCrA3es1boeIFiPOQ\"}","2":"2024-07-26 14:31:25","3":"\u0001���v��w!y�+<�"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"45111e66df49a31fb2578b4734ffa66301a93b928c08375f4b9954c8697e745e\",\"output\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJ3YWxsZXRwYXNzbWFuYWdlckB0aGVicmlnaGhvdGVsLXdhbGxldC1wYXNzLmlhbS5nc2VydmljZWFjY291bnQuY29tIiwiYXVkIjoiZ29vZ2xlIiwidHlwIjoic2F2ZXRvYW5kcm9pZHBheSIsInBheWxvYWQiOnsiZ2VuZXJpY09iamVjdHMiOlt7ImNhcmRUaXRsZSI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IktvZFx1MDE0ZCBIb3RlbCAtIFJvb206IDUifX0sInN1YmhlYWRlciI6eyJ0cmFuc2xhdGVkVmFsdWVzIjpbXSwiZGVmYXVsdFZhbHVlIjp7Imxhbmd1YWdlIjoiZW4iLCJ2YWx1ZSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSJ9fSwiaGVhZGVyIjp7InRyYW5zbGF0ZWRWYWx1ZXMiOltdLCJkZWZhdWx0VmFsdWUiOnsibGFuZ3VhZ2UiOiJlbiIsInZhbHVlIjoiTHVjYXMgR01BSUwifX0sImxvZ28iOnsic291cmNlVXJpIjp7InVyaSI6Imh0dHBzOi8vdGJoLXBtcy1zdG9yZS1kZXYtZnJvbnRlbmQuczMuYW1hem9uYXdzLmNvbS9wdWJsaWMtZmlsZXMvaW1hZ2VzL2tvZG9Qcm9wZXJ0eVdhbGxldExvZ28ucG5nIn19LCJoZXhCYWNrZ3JvdW5kQ29sb3IiOiIjRjI4MTIzIiwibm90aWZpY2F0aW9ucyI6eyJleHBpcnlOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfSwidXBjb21pbmdOb3RpZmljYXRpb24iOnsiZW5hYmxlTm90aWZpY2F0aW9uIjp0cnVlfX0sImlkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy4wMTkwZWVlOC1mNmJlLTc2OTctYTg3Ny0yMTc5YjgyYjNjOWMiLCJjbGFzc0lkIjoiMzM4ODAwMDAwMDAyMjM2MjAyMy5hY2NvbW9kYXRpb24tZ2VuZXJpYy1vYmplY3QiLCJzdGF0ZSI6IkFDVElWRSIsImJhcmNvZGUiOnsidHlwZSI6IlFSX0NPREUiLCJyZW5kZXJFbmNvZGluZyI6InV0ZjgiLCJ2YWx1ZSI6IkE1NUFuM3FtTjZGUW16Z0pWanM0a1RlVE1MdTRkU1FkZVlBMGhyaUUwS0wrNmJjPSIsImFsdGVybmF0ZVRleHQiOm51bGwsInNob3dDb2RlVGV4dCI6bnVsbH0sInZhbGlkVGltZUludGVydmFsIjp7InN0YXJ0Ijp7ImRhdGUiOiIyMDI0LTA3LTA4VDE1OjAwOjAwKzAwOjAwIn0sImVuZCI6eyJkYXRlIjoiMjAyNC0wNy0yOVQyMDoxNTowMCswMDowMCJ9fSwic21hcnRUYXBSZWRlbXB0aW9uVmFsdWUiOm51bGwsImdyb3VwaW5nSW5mbyI6eyJzb3J0SW5kZXgiOm51bGwsImdyb3VwaW5nSWQiOiJncm91cDEifSwiaW1hZ2VNb2R1bGVzRGF0YSI6W10sInRleHRNb2R1bGVzRGF0YSI6W3siaGVhZGVyIjoiSG90ZWwiLCJib2R5IjoiS29kXHUwMTRkIEhvdGVsIiwibG9jYWxpemVkSGVhZGVyIjpudWxsLCJsb2NhbGl6ZWRCb2R5IjpudWxsLCJpZCI6ImtleS0xIn0seyJoZWFkZXIiOiJBZGRyZXNzIiwiYm9keSI6IjcxMCBTIFNhbnRhIEZlIEF2ZW51ZSwgTG9zIEFuZ2VsZXMsIFVTLCBDQSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMiJ9LHsiaGVhZGVyIjoiUm9vbSBOdW1iZXIiLCJib2R5IjoiNSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktMyJ9LHsiaGVhZGVyIjoiR3Vlc3QiLCJib2R5IjoiTHVjYXMgR01BSUwiLCJsb2NhbGl6ZWRIZWFkZXIiOm51bGwsImxvY2FsaXplZEJvZHkiOm51bGwsImlkIjoia2V5LTQifSx7ImhlYWRlciI6IlZhbGlkIGZyb20iLCJib2R5IjoiMjAyNC0wNy0wOCIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNSJ9LHsiaGVhZGVyIjoiVmFsaWQgdG8iLCJib2R5IjoiMjAyNC0wNy0yOSIsImxvY2FsaXplZEhlYWRlciI6bnVsbCwibG9jYWxpemVkQm9keSI6bnVsbCwiaWQiOiJrZXktNiJ9XSwibGlua3NNb2R1bGVEYXRhIjp7InVyaXMiOlt7InVyaSI6Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9zZWFyY2gvP2FwaT0xJnF1ZXJ5PTM0LjAzNDIwMzMlMkMtMTE4LjIyOTYzODMiLCJkZXNjcmlwdGlvbiI6IlZpZXcgb24gR29vZ2xlIE1hcHMiLCJsb2NhbGl6ZWREZXNjcmlwdGlvbiI6bnVsbCwiaWQiOm51bGx9XX0sImFwcExpbmtEYXRhIjpudWxsLCJoZXJvSW1hZ2UiOm51bGwsInJvdGF0aW5nQmFyY29kZSI6bnVsbCwiaGFzVXNlcnMiOm51bGx9XX0sIm9yaWdpbnMiOlsiaHR0cHM6Ly9leGFtcGxlLm9yZyJdLCJpYXQiOjE3MjE5OTcwODV9.Ou9l43Mgxwm1MyIShgsVN43ats2fUZpXLVLNVUfVdzrdvByfn_637awlIGroE7iLhOFH_PVSKtc24kNae9q9Dz7HF8plY94dvvxzfGyptNZeMHo-pOZSS1H9nF8-3mqhvHnSxdum9LTb0B1YA_yTDOsNiKZE9xpFhDDiDM_Uo_Em8MOuwEnKPsEIfuF1sN18j2XOAGUiIe5zD75I-DOZbTZHD1N1RcJM1x852seflpQFBoqJSfffnz8RgHtSL6_j_4o5hhlQnrAq5tppb0AmRkNHiXJr9DzcHPfzjHTBBFqn8V3ZqEsEAtbphh9gutcrwX7zYdCrA3es1boeIFiPOQ\"}","2":"2024-07-26 14:31:25","3":"\u0001���v��w!y�+<�"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-26T14:31:25.776633+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-07-26T14:31:25.780855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":399}}} [] [2024-07-26T14:31:25.788326+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:36:30.879700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:36:30.893438+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T14:36:30.917223+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:36:30.917283+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.009831+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/17/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.011561+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.023196+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.216618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:36:31.218806+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:36:31.219301+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:36:31.219335+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.219363+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:36:31.271970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:36:31.342811+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:36:30 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T14:39:28.256366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:39:28.271670+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T14:39:28.280615+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:39:28.280649+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:39:28.280675+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:39:28.338895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:39:28.375275+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T14:39:28.382557+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T14:39:28.387871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T14:39:28.393836+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T14:39:28.409743+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T14:39:28.586793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T14:39:28.588945+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T14:39:28.589446+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T14:39:28.589480+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:39:28.589506+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T14:39:28.612649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T14:39:28.641194+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 14:39:28 +0200] Get serial #s task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, last updated (null); with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Server response was malformed (Wrong type object for key lastUpdated in response dictionary. Expected NSString but found __NSCFNumber.) [] [] [2024-07-26T15:07:31.469267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T15:07:31.499276+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T15:07:31.514831+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T15:07:31.514876+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.517384+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/17/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.519055+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.519644+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.795186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T15:07:31.797273+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T15:07:31.797729+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T15:07:31.797762+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.797789+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:07:31.896106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T15:07:31.940857+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 15:07:31 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T15:09:35.092263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T15:09:35.127253+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2024-07-26T15:09:35.158698+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T15:09:35.158733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:09:35.158761+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:09:35.268740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T15:09:35.309775+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T15:09:35.317881+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-07-26T15:09:35.323188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-07-26T15:09:35.329355+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-07-26T15:09:35.344712+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T15:38:28.477204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T15:38:28.490947+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T15:38:28.498937+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T15:38:28.498974+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.501185+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/17/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.502743+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.503303+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.716101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T15:38:28.718380+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T15:38:28.718856+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T15:38:28.718889+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.718917+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T15:38:28.783985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T15:38:28.824141+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 15:38:28 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T16:08:30.000098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T16:08:30.021553+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T16:08:30.037524+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T16:08:30.037560+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.040266+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/17/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.041915+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.042564+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.313287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T16:08:30.315423+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T16:08:30.315890+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T16:08:30.315929+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.315958+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T16:08:30.399942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T16:08:30.434552+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 16:08:30 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T17:08:46.695109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:08:46.816342+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T17:08:46.835836+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T17:08:46.835871+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:46.838421+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/17/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:46.840079+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:46.840670+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:47.099946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:08:47.102074+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T17:08:47.102539+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T17:08:47.102572+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:47.102599+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T17:08:47.190250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T17:08:47.256016+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 17:08:46 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T17:23:05.733926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:23:05.851783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T17:53:00.786907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/console/Application.php","line":1151,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:53:00.940244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T17:53:01.109475+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:53:02.196734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:53:02.229413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb-walletpass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T17:53:02.254133+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T17:53:02.265827+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T17:53:02.272565+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T17:53:02.274334+02:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"walletpass"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"walletpass"},"types":{"1":2}} [] [2024-07-26T17:53:02.281436+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T17:53:02.282242+02: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 /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"walletpass","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\t ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */\n ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T17:53:02.284997+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T17:53:02.285692+02: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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"walletpass","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 = 'walletpass' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T17:53:02.289343+02: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":"walletpass","2":"walletpass","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":"walletpass","2":"walletpass","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2024-07-26T17:53:02.294880+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2024-07-26T17:53:02.295631+02: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":"walletpass","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":"walletpass","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2024-07-26T17:53:02.324154+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T17:53:02.326354+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T17:53:02.327221+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T17:53:02.328893+02:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2024-07-26T17:53:02.335587+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T17:53:15.055883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T17:53:15.074617+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/lngwebb-walletpass/public_html/releases/18/config/routes/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/config/Resource/FileResource.php","line":58,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":44,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2024-07-26T17:53:15.133642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T17:53:15.147179+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-26T17:53:15.157283+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T17:53:15.198008+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T17:53:18.720388+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-07-26T17:53:18.779001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":99}}} [] [2024-07-26T17:53:18.838689+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-07-26T17:53:18.854847+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-07-26T17:53:18.922273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php","line":303,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2024-07-26T17:53:18.927350+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-07-26T17:53:18.979210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":198}}} [] [2024-07-26T17:53:19.569231+02:00] app.INFO: Google Wallet Pass: classId 3388000000022362023.accomodation-generic-object id 3388000000022362023.0190efbf-2157-746b-8bed-1d92ceb5f169 [] [] [2024-07-26T17:53:19.817714+02:00] app.INFO: Google Wallet exception: Client error: `GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject/3388000000022362023.0190efbf-2157-746b-8bed-1d92ceb5f169` resulted in a `404 Not Found` response: { "error": { "code": 404, "message": "Wallet Object {3388000000022362023.0190efbf-2157-746b-8bed-1d92ceb5f169} (truncated...) [] [] [2024-07-26T17:53:19.960194+02:00] request.CRITICAL: Uncaught PHP Exception GuzzleHttp\Exception\ClientException: "Client error: `POST https://walletobjects.googleapis.com/walletobjects/v1/genericObject` resulted in a `400 Bad Request` response: { "error": { "code": 400, "message": "only one notification type can be specified", "errors": [ { (truncated...) " at RequestException.php line 111 {"exception":"[object] (GuzzleHttp\\Exception\\ClientException(code: 400): Client error: `POST https://walletobjects.googleapis.com/walletobjects/v1/genericObject` resulted in a `400 Bad Request` response:\n{\n \"error\": {\n \"code\": 400,\n \"message\": \"only one notification type can be specified\",\n \"errors\": [\n {\n (truncated...)\n at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:111)"} [] [2024-07-26T17:53:19.961744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/dependency-injection/EnvVarProcessor.php","line":217,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":298}}} [] [2024-07-26T17:53:20.064678+02:00] doctrine.INFO: Disconnecting [] [] [2024-07-26T18:11:34.399146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T18:11:34.439130+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T18:11:34.502362+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T18:11:34.502421+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:34.571229+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:34.593847+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:34.607123+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:34.917143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T18:11:34.920130+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T18:11:34.920641+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T18:11:34.920676+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:34.920703+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T18:11:35.191027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T18:11:35.443028+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 18:11:34 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T18:20:11.978000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T18:20:11.993588+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2024-07-26T18:20:12.038870+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-07-26T18:20:12.154679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T18:20:12.174190+02:00] deprecation.INFO: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /home/lngwebb/wallet-pass/public_html/releases/18/src/Controller/PassController.php:83)"} [] [2024-07-26T18:20:12.255081+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2024-07-26T18:20:12.261927+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "main" if you want to modify the response. [] [] [2024-07-26T18:20:12.262738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2024-07-26T19:13:33.503048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T19:13:33.520210+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-26T19:13:33.547351+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T19:13:33.547401+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:33.549541+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:33.551026+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:33.551548+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:34.297959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T19:13:34.300149+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-26T19:13:34.300640+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-26T19:13:34.300675+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:34.300703+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-26T19:13:34.438173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-26T19:13:34.500095+02:00] app.INFO: APPLE WEBHOOK - [2024-07-26 19:13:33 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-26T21:10:54.030957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T21:10:54.135033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-26T23:45:48.235605+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-26T23:45:48.288889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-27T03:24:43.849298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T03:24:43.927884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-27T08:47:49.695714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T08:47:49.750968+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-27T08:47:49.811950+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-27T08:47:49.812012+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:49.816025+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:49.818287+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:49.840623+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:50.196456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T08:47:50.198612+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-27T08:47:50.199079+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-27T08:47:50.199113+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:50.199140+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T08:47:50.454620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-27T08:47:50.565097+02:00] app.INFO: APPLE WEBHOOK - [2024-07-27 08:47:49 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-27T13:14:30.699512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T13:14:30.775185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-27T13:14:31.965310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T13:14:31.968625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-27T20:16:55.007301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T20:16:55.051796+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-27T20:16:55.095210+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-27T20:16:55.095273+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.099273+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.101270+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.109232+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.706146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-27T20:16:55.708316+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-27T20:16:55.708805+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-27T20:16:55.708839+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.708866+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-27T20:16:55.904103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-27T20:16:56.094957+02:00] app.INFO: APPLE WEBHOOK - [2024-07-27 20:16:55 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-28T01:43:44.305556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-28T01:43:44.423033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-28T09:19:14.057387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-28T09:19:14.128462+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-28T09:19:14.171320+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-28T09:19:14.171365+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.175620+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.178305+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.191395+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.420823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-28T09:19:14.423130+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-28T09:19:14.423639+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-28T09:19:14.423674+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.423701+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-28T09:19:14.788734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-28T09:19:14.935572+02:00] app.INFO: APPLE WEBHOOK - [2024-07-28 09:19:14 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-28T15:45:04.816579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-28T15:45:04.878781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-29T15:22:20.870452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-29T15:22:20.957659+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-29T15:22:20.990310+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-29T15:22:20.990370+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:20.994788+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:20.997253+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:21.070859+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:21.338704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-29T15:22:21.340959+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-29T15:22:21.341515+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-29T15:22:21.341549+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:21.341577+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-29T15:22:21.770058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-29T15:22:21.956152+02:00] app.INFO: APPLE WEBHOOK - [2024-07-29 15:22:21 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-29T17:15:09.359488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-29T17:15:09.433873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-29T18:46:52.211086+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-29T18:46:52.307606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-07-30T11:36:17.847893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-30T11:36:17.945807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-30T21:25:32.113825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-30T21:25:32.159885+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-07-30T21:25:32.201089+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-30T21:25:32.201125+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.205547+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.207984+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.238603+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.552472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-30T21:25:32.554631+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-07-30T21:25:32.555095+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-07-30T21:25:32.555128+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.555155+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-07-30T21:25:32.710676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-07-30T21:25:32.820051+02:00] app.INFO: APPLE WEBHOOK - [2024-07-30 21:25:32 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-07-30T21:43:29.183234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-30T21:43:29.228640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-31T13:35:40.325167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-31T13:35:40.382232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-07-31T13:35:41.328741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-07-31T13:35:41.332072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T09:00:33.179890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T09:00:33.579328+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-08-01T09:00:33.885466+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-01T09:00:33.885533+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:33.930066+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:33.957939+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:34.022104+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:34.294216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T09:00:34.296397+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-01T09:00:34.296950+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-01T09:00:34.296984+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:34.297012+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T09:00:35.445101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-01T09:00:36.022046+02:00] app.INFO: APPLE WEBHOOK - [2024-08-01 09:00:34 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-08-01T10:24:22.790565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:22.844940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T10:24:23.064309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:23.067597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:23.823040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:23.826413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:24.402005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:24.405314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infophp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infophp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infophp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:25.011828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:25.015206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:25.327133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:25.330595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:25.699146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:25.702378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:26.056826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:26.060572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asdf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asdf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asdf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:26.369064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:26.372514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:26.728358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:26.731750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpversion.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpversion.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpversion.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:27.204778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:27.208051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:27.886860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:27.890562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:28.289911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:28.293221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:28.870892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:28.874169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:29.451737+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:29.454998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:30.143316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:30.146666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:30.430623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:30.433917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:30.936383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:30.939737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php3"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php3\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php3/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:31.489264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:31.492632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:31.949650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:31.952925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:32.468219+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:32.471500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:32.880658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:32.883984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:33.164634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:33.167912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:33.657958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:33.661311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:34.157525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:34.160822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kyc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kyc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kyc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:34.480665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:34.486468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:34.833221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:34.836517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:35.357138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:35.360387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:36.394576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:36.397836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:37.169768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:37.175749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:38.045895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:38.061126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:38.593176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:38.597159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:38.969079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:38.972308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:39.586759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:39.590148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:40.335768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:40.340758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:41.167633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:41.170983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:41.967695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:41.970973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:43.076876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:43.080263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:43.740824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:43.744099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:44.428358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:44.431626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/live_env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/live_env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live_env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:45.287162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:45.290414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:46.218780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:46.222104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:46.916356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:46.919692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:47.577015+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:47.580275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:48.052261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:48.055586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.project"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.project\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.project/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:48.831647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:48.834948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:49.363725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:49.367082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:50.432640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:50.435930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:51.164091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:51.167485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:52.045609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:52.048917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:52.904070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:52.907562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:53.567010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:53.582937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:54.290680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:54.293986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:54.988903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:54.992430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:55.811911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:55.817042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:56.543073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:56.546362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:57.735700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:57.739013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:58.511576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:58.514897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:24:59.550096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:24:59.553414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:00.779599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:00.782900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:01.571230+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:01.574793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:01.794865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:01.798382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:02.655502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:02.658767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:03.780744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:03.784103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:04.263298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:04.266793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:05.176441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:05.179858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:06.228430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:06.231711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:07.041036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:07.046054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:07.773630+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:07.776973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:08.849662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:08.874306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:09.411926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:09.415189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:10.374602+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:10.380077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:11.293388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:11.296665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:12.022520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:12.025801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:12.953241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:12.956549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.travis"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.travis\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.travis/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:13.696661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:13.712141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envrc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envrc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envrc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:14.286445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:14.289785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:15.122684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:15.126023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:15.504257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:15.507545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:16.214011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:16.217324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:16.757295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:16.760602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:17.722401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:17.728985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:18.610051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:18.614629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:19.493850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:19.497158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:20.194052+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:20.197363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:21.065656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:21.070847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T10:25:21.331126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:21.334460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T10:25:21.479352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:21.482664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:22.964494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:22.967955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:24.240919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:24.262140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:25.417798+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:25.421257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helpers/utility.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helpers/utility.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helpers/utility.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:26.408770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:26.412096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:27.442468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:27.445715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:28.272253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:28.275588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:28.911041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:28.916476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.wp-config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.wp-config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.wp-config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:29.895055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:29.898381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:30.533269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:30.536658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:31.430089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:31.435007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:32.241942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:32.247878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:32.754012+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:32.757511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:33.206557+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:33.209864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:33.865794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:33.869114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prevlaravel/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T10:25:34.377504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T10:25:34.380765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:03.026188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:03.112803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T11:01:03.414001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:03.417372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:04.742380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:04.745683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:07.120429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:07.126217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infophp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infophp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infophp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:07.983631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:07.986864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:09.324082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:09.327448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:11.050037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:11.053488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:11.884818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:11.888147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asdf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asdf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asdf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:13.312445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:13.315711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:14.200188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:14.203628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpversion.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpversion.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpversion.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:15.661129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:15.664478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:17.311109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:17.314503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:18.550176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:18.587436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:18.942927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:18.946461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:20.584122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:20.589301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:22.832113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:22.835358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:24.022980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:24.026253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:26.109860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:26.115422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php3"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php3\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php3/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:27.045772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:27.049102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:28.420141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:28.423434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:30.234083+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:30.237395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:31.513870+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:31.517127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:32.946234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:32.949504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:34.420376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:34.443389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:35.044362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:35.047853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kyc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kyc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kyc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:37.101553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:37.106340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:37.731688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:37.735041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:39.430460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:39.433731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:41.413425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:41.416954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:42.563980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:42.569451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:43.864782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:43.868017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:45.836524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:45.841080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:46.900213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:46.903528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:47.560407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:47.563678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:48.014837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:48.018127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:50.067821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:50.085147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:50.837271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:50.840505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:51.863384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:51.866883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:52.724144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:52.727435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:54.420340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:54.426908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/live_env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/live_env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live_env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:56.571753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:56.577442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:57.256150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:57.259524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:01:58.663860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:01:58.667119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:03.178427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:03.181740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:04.159187+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:04.162510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.project"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.project\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.project/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:06.203736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:06.222082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:09.081357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:09.084648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:10.448383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:10.451859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:13.853637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:13.865022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:15.106265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:15.109563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:16.367994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:16.371304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:16.860218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:16.863485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:17.151574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:17.154878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:19.643697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:19.647136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:20.328552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:20.331864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:21.625675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:21.646636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:22.737460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:22.741707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:23.160523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:23.163842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:24.558421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:24.561934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:26.302762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:26.306210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:28.783311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:28.786607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:31.880568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:31.887009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:33.419098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:33.422419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:35.211571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:35.214953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:36.999021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:37.044885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:38.908315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:38.911602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:40.566878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:40.570247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:42.605053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:42.608380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:43.538122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:43.541526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:44.657919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:44.661215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:46.214613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:46.217916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:47.556876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:47.560145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:48.177313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:48.180583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:52.218516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:52.265566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:54.505244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:54.508700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.travis"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.travis\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.travis/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:55.960227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:55.963496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envrc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envrc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envrc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:56.246461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:56.249779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:58.721787+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:58.725103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:02:59.913652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:02:59.917049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:00.823661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:00.826985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:02.393975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:02.397327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:04.516632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:04.520005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:06.849351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:06.852772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:10.122916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:10.147259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:11.934279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:11.937585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:15.768233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:15.772128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T11:03:16.221200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:16.224517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-01T11:03:16.838568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:16.843621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:18.612372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:18.615678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:20.606686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:20.609970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:22.305060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:22.308382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helpers/utility.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helpers/utility.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helpers/utility.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:25.793639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:25.887919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:28.273812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:28.277139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:28.988915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:28.992167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:30.141649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:30.146122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.wp-config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.wp-config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.wp-config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:31.476718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:31.482541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:33.935959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:33.939317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:34.759142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:34.762438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:36.624456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:36.627758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:37.394389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:37.397768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:38.275986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:38.279229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:39.605331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:39.608607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prevlaravel/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T11:03:41.289652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T11:03:41.313800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-01T17:26:08.110549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-01T17:26:08.160772+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4","method":"GET"} [] [2024-08-01T17:26:08.208335+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-01T17:26:08.208371+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T17:26:08.516272+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-01T17:26:08.516379+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-01T17:26:08.516424+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-01T17:26:08.516459+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-01T17:26:08.516501+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-01T17:26:08.611084+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-01T17:26:08.611155+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"0190eee8-f0e5-7b57-acd1-35fe1ba958f4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T17:26:08.614376+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-01T17:26:08.614417+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-01T17:26:08.836413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-01T17:26:08.977070+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-01T17:26:08.986197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-01T17:26:09.021339+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2024-08-01T17:26:09.171147+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T09:15:45.938682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:15:46.106330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-02T09:15:51.814565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:15:51.817953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-02T09:16:03.495156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:16:03.514735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-02T09:16:06.186131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:16:06.189403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-02T09:16:11.238596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:16:11.242893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-02T09:16:13.285204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T09:16:13.288445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-02T11:18:02.311057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:02.442443+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:18:02.487722+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:02.487762+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:02.586313+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:18:02.586417+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:18:02.586460+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:18:02.586494+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:18:02.586525+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:18:02.604076+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:18:02.604117+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:02.605822+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:18:02.605860+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:02.851525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:03.055681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:18:03.188237+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:18:03.198798+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:18:03.321545+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:18:03.575440+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:18:03.606030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:18:03.763974+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:18:03.988667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:03.990880+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:18:03.991440+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:03.991473+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:03.991499+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:03.994072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:03.997128+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:18:03.997877+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:03.997912+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.000401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:04.002845+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:18:04.002919+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:18:04.002967+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:18:04.003003+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:18:04.003036+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:18:04.003582+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:18:04.003621+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.004071+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:18:04.004110+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.010470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:04.019439+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:18:03 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:18:04.026028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:18:04.037820+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:18:04.041423+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:18:04.046853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:18:04.049680+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:18:04.051148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:18:04.062674+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:18:04.379953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:04.382080+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:18:04.382545+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:04.382577+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.382604+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.384216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:04.386704+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:18:04.387130+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:04.387164+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.388006+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:18:04.388074+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:18:04.388114+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:18:04.388148+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:18:04.388185+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:18:04.388674+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:18:04.388713+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.388864+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:18:04.388901+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.389598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:04.393803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:04.400935+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:18:04 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:18:04.407034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:18:04.419646+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:18:04.423562+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:18:04.429024+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:18:04.431403+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:18:04.433207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:18:04.449720+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:18:04.771816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:18:04.774463+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:18:04.775015+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:18:04.775065+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.775098+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:18:04.783638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:18:04.804575+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:18:04 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:20:41.455607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:20:41.510682+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:20:41.552593+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:20:41.552683+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:20:41.574346+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:20:41.574466+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:20:41.574519+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:20:41.574555+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:20:41.574587+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:20:41.578414+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:20:41.578473+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:20:41.579274+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:20:41.579314+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:20:41.726465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:20:41.843388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:20:41.878977+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:20:41.886216+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:20:41.906672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:20:41.918880+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:20:41.927908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:20:41.995959+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:20:42.361920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:20:42.364046+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:20:42.364512+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:20:42.364545+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:20:42.364578+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:20:42.371985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:20:42.383447+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:20:42 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:22:08.387930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:22:08.419071+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:22:08.438403+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:22:08.438445+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:22:08.451207+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:22:08.451286+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:22:08.451328+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:22:08.451371+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:22:08.451404+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:22:08.492081+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:22:08.492140+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:22:08.493117+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:22:08.493156+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:22:08.610110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:22:08.710845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:22:08.777297+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:22:08.817470+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:22:08.861895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:22:08.877329+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:22:08.880728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:22:08.961897+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:22:09.308348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:22:09.310460+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:22:09.310921+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:22:09.310954+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:22:09.310981+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:22:09.318538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:22:09.329999+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:22:09 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:23:10.736156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:23:10.768462+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:23:10.795588+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:23:10.795624+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:23:10.815830+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:23:10.815901+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:23:10.815943+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:23:10.815984+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:23:10.816018+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:23:10.819122+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:23:10.819163+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:23:10.820272+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:23:10.820311+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:23:10.894485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:23:10.960156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:23:10.994707+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:23:11.008287+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:23:11.046905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:23:11.057648+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:23:11.060975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:23:11.135251+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:23:11.433541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:23:11.435634+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:23:11.436096+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:23:11.436129+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:23:11.436156+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:23:11.443527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:23:11.455015+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:23:11 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:24:12.632073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:24:12.680975+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:24:12.693894+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:24:12.693956+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:24:12.706873+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:24:12.707014+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:24:12.707077+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:24:12.707132+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:24:12.707184+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:24:12.709894+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:24:12.709954+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:24:12.710919+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:24:12.710978+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:24:12.792542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:24:12.897057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:24:12.973974+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:24:12.980736+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:24:12.993981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:24:13.015334+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:24:13.018427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:24:13.076332+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:24:13.423278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:24:13.425427+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:24:13.425892+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:24:13.425925+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:24:13.425952+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:24:13.433434+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:24:13.445028+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:24:13 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:34:20.657267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:34:20.674519+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:34:20.682345+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:34:20.682405+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:34:20.692121+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:34:20.692226+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:34:20.692271+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:34:20.692306+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:34:20.692339+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:34:20.694660+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:34:20.694702+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:34:20.695516+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:34:20.695556+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:34:20.756911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:34:20.804562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:34:20.831650+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:34:20.839271+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:34:20.852205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:34:20.878529+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:34:20.882146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:34:20.931689+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:34:21.284751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:34:21.288117+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:34:21.288866+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:34:21.288915+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:34:21.288960+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:34:21.301279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:34:21.319669+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:34:21 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:45:03.579912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:45:03.616224+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:45:03.630143+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:45:03.630221+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:45:03.666190+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:45:03.666331+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:45:03.666395+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:45:03.666449+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:45:03.666500+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:45:03.669415+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:45:03.669474+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:45:03.670485+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:45:03.670543+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:45:03.744113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:45:03.819955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:45:03.868635+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:45:03.892257+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:45:03.920117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:45:03.935374+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:45:03.938672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:45:04.007810+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:45:04.555446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:45:04.557883+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:45:04.558396+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:45:04.558437+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:45:04.558476+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:45:04.566478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:45:04.577968+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:45:04 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T11:55:13.767836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:55:13.796013+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T11:55:13.803660+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:55:13.803696+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:55:13.813659+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T11:55:13.813737+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T11:55:13.813779+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T11:55:13.813814+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T11:55:13.813848+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T11:55:13.823939+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T11:55:13.823990+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:55:13.824756+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T11:55:13.824795+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:55:13.873607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:55:14.031504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T11:55:14.124508+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T11:55:14.142365+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T11:55:14.176790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T11:55:14.193080+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T11:55:14.196089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T11:55:14.252517+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T11:55:14.564200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T11:55:14.566432+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T11:55:14.566920+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T11:55:14.566956+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:55:14.566983+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T11:55:14.574694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T11:55:14.586540+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 11:55:14 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T12:26:02.936582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T12:26:02.958585+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T12:26:02.975471+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T12:26:02.975533+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:26:02.985578+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T12:26:02.985680+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T12:26:02.985724+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T12:26:02.985760+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T12:26:02.985793+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T12:26:02.988208+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T12:26:02.988249+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:26:02.989336+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T12:26:02.989374+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:26:03.046918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T12:26:03.092759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T12:26:03.120858+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T12:26:03.128093+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T12:26:03.141309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T12:26:03.151209+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T12:26:03.154218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T12:26:03.200454+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T12:26:03.534057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T12:26:03.537599+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T12:26:03.538360+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T12:26:03.538409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:26:03.538457+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:26:03.546812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T12:26:03.558381+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 12:26:03 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T12:56:14.473606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T12:56:14.569754+02:00] request.INFO: Matched route "apple_webhook_register_pass". {"route":"apple_webhook_register_pass","route_parameters":{"_route":"apple_webhook_register_pass","_controller":"App\\Controller\\AppleWebhookController::registerPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"POST"} [] [2024-08-02T12:56:14.578644+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T12:56:14.578715+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:56:14.598396+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T12:56:14.598545+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T12:56:14.598616+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T12:56:14.598677+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T12:56:14.598736+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T12:56:14.612615+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T12:56:14.612708+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:56:14.613595+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T12:56:14.613654+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:56:14.764589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T12:56:14.842902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T12:56:14.880784+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T12:56:14.887686+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T12:56:14.929285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T12:56:14.941320+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T12:56:14.944596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Pass not found" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): Pass not found at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2024-08-02T12:56:14.993838+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T12:56:15.327792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T12:56:15.330433+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-02T12:56:15.331007+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T12:56:15.331044+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:56:15.331072+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T12:56:15.340078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T12:56:15.354896+02:00] app.INFO: APPLE WEBHOOK - [2024-08-02 12:56:15 +0200] Register task (for device 5bb9f3699cf0b8ee4234b5b75a41373e, pass type pass.com.thebrighthotel.card, serial number 01911249-ad35-7979-a38f-c1aa51c85ec4; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Unexpected response code 404 [] [] [2024-08-02T13:11:06.730200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T13:11:06.813667+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"01911249-ad35-7979-a38f-c1aa51c85ec4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4","method":"DELETE"} [] [2024-08-02T13:11:06.833572+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-02T13:11:06.833626+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T13:11:06.860112+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-02T13:11:06.860204+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-02T13:11:06.860247+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-02T13:11:06.860280+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-02T13:11:06.860311+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-02T13:11:06.862975+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-02T13:11:06.863016+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"01911249-ad35-7979-a38f-c1aa51c85ec4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T13:11:06.863831+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-02T13:11:06.863876+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-02T13:11:06.930722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T13:11:07.019058+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T13:11:07.049424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T13:11:07.051836+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-02T13:11:07.088771+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�\u0012I�5yy����Q�^�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-02T13:11:07.133300+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T13:17:00.847903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T13:17:00.877879+02:00] request.INFO: Matched route "app_pass_update". {"route":"app_pass_update","route_parameters":{"_route":"app_pass_update","_controller":"App\\Controller\\PassController::updateAccomodation","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185/update","method":"GET"} [] [2024-08-02T13:17:00.887956+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2024-08-02T13:17:00.974544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-02T13:17:00.991701+02:00] http_client.INFO: Request: "GET https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-08-02T13:17:04.196919+02:00] http_client.INFO: Response: "200 https://pms-apidev.thebrighthotel.com/pms/v1/integration/keywallet/roomkey?accommodation_id=663b9608134d450281e3d185" [] [] [2024-08-02T13:17:04.264730+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-02T13:17:04.265365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-02T13:17:04.273060+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"IOS"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"IOS"},"types":{"1":2,"2":2}} [] [2024-08-02T13:17:05.189680+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-08-02T13:17:05.227739+02:00] doctrine.DEBUG: Executing statement: UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ? (parameters: array{"1":"{\"hash\":\"a33e5060a63fd93026d3d952eeb7c85ffaa62f9db03c983a44d8a547882e796f\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/18\\/apple\\/passes\\/pass_0190eee8-f0e5-7b57-acd1-35fe1ba958f4_1722597424.pkpass\"}","2":"2024-08-02 13:17:05","3":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2,"2":2,"3":2}) {"sql":"UPDATE passes SET custom_data = ?, update_time = ? WHERE id = ?","params":{"1":"{\"hash\":\"a33e5060a63fd93026d3d952eeb7c85ffaa62f9db03c983a44d8a547882e796f\",\"output\":\"\\/home\\/lngwebb\\/wallet-pass\\/public_html\\/releases\\/18\\/apple\\/passes\\/pass_0190eee8-f0e5-7b57-acd1-35fe1ba958f4_1722597424.pkpass\"}","2":"2024-08-02 13:17:05","3":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2,"2":2,"3":2}} [] [2024-08-02T13:17:05.229243+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-08-02T13:17:05.310989+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 INNER JOIN devices_passes ON t0.id = devices_passes.device_id WHERE devices_passes.pass_id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2024-08-02T13:17:05.774572+02:00] app.INFO: Push success: 5925e24312577b5aec9b486a3f67b3b1f82ee8eeb481f5ef9ab806cffd6193e1 [] [] [2024-08-02T13:17:05.774849+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ? (parameters: array{"1":"663b9608134d450281e3d185","2":"ANDROID"}, types: array{"1":2,"2":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.accomodation_id = ? AND t0.platform = ?","params":{"1":"663b9608134d450281e3d185","2":"ANDROID"},"types":{"1":2,"2":2}} [] [2024-08-02T13:17:05.843873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":301}}} [] [2024-08-02T13:17:06.301563+02:00] app.INFO: Google Wallet Pass: classId 3388000000022362023.accomodation-generic-object id 3388000000022362023.019112ce-c270-7eb4-a10c-a4b9c39fd38e [] [] [2024-08-02T13:17:06.595500+02:00] app.INFO: Google Wallet exception: Client error: `GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject/3388000000022362023.019112ce-c270-7eb4-a10c-a4b9c39fd38e` resulted in a `404 Not Found` response: { "error": { "code": 404, "message": "Wallet Object {3388000000022362023.019112ce-c270-7eb4-a10c-a4b9c39fd38e} (truncated...) [] [] [2024-08-02T13:17:06.732592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":401}}} [] [2024-08-02T13:17:06.733624+02:00] request.CRITICAL: Uncaught PHP Exception GuzzleHttp\Exception\ClientException: "Client error: `POST https://walletobjects.googleapis.com/walletobjects/v1/genericObject` resulted in a `400 Bad Request` response: { "error": { "code": 400, "message": "only one notification type can be specified", "errors": [ { (truncated...) " at RequestException.php line 111 {"exception":"[object] (GuzzleHttp\\Exception\\ClientException(code: 400): Client error: `POST https://walletobjects.googleapis.com/walletobjects/v1/genericObject` resulted in a `400 Bad Request` response:\n{\n \"error\": {\n \"code\": 400,\n \"message\": \"only one notification type can be specified\",\n \"errors\": [\n {\n (truncated...)\n at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:111)"} [] [2024-08-02T13:17:06.918886+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-02T17:41:21.354379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T17:41:21.414231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-02T23:40:40.642183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-02T23:40:40.724869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T17:55:16.246670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-04T17:55:16.336684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-04T21:23:05.471907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-04T21:23:05.501377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-05T12:51:15.691002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T12:51:15.788188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-05T15:40:16.067832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T15:40:16.690424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T15:40:16.694524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T18:46:15.275420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T18:46:15.305450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:49:42.279464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T22:49:42.279361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T22:49:42.318985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:49:42.318986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:49:50.173442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T22:49:50.173442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T22:49:50.176736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T22:49:50.176736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-05T23:01:04.141403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-05T23:01:04.180895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:57:45.168352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:57:45.252865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-06T10:57:49.561532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:57:49.564978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-06T10:57:55.075907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:57:55.079209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:01.310573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:01.327377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:06.385284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:06.388672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:13.493174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:13.497646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:18.161925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:18.178685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:24.958887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:24.962355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:30.881242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:30.884922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:35.504962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:35.521851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:38.925414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:38.928783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:44.226348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:44.229725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:50.026395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:50.030035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:58:55.792506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:58:55.816319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:02.202946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:02.206338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:07.510041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:07.522407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:12.552478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:12.571675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:17.549160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:17.554832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:22.047214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:22.050658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:28.571352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:28.593857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:33.343719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:33.347024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:38.033890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:38.037206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:43.329326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:43.332637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:47.876956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:47.896269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:52.742213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:52.745551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T10:59:58.064505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T10:59:58.069473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:04.108517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:04.162086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:10.317828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:10.321180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:15.501238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:15.504596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:21.384241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:21.418591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:26.372512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:26.375954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:31.752069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:31.755711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:36.771114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:36.814547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:42.160511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:42.163784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:48.203402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:48.206706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:53.677478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:53.713060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:00:59.877928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:00:59.881254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:05.892514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:05.895890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:11.595420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:11.620890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:16.793325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:16.796677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:21.591106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:21.594408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:26.965322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:26.999717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:31.996508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:31.999823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:36.806690+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:36.810021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:40.880569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:40.883835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:45.609715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:45.656086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:51.564033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:51.567622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:01:56.198902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:01:56.202308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:02.004950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:02.023116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:09.306007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:09.309367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:20.100035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:20.122259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:30.771332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:30.774662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:38.724891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:38.743380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:44.227725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:44.231033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:48.692357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:48.695701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:52.462983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:52.466317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:02:57.206156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:02:57.238189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:02.899676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:02.902957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:08.338715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:08.342018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:13.869539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:13.892573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:17.889404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:17.892716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:22.907838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:22.911168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:29.366410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:29.391128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:34.527090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:34.530763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:40.249554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:40.252915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:45.636875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:45.669820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:50.987920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:50.991229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:03:56.300952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:03:56.304263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:01.480534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:01.500386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:06.454028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:06.457381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:11.711522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:11.715045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:16.797453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:16.814657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:23.174110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:23.177458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:28.458312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:28.461628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:33.825122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:33.855569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:38.631044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:38.634391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:43.044381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:43.047712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:48.240210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:48.243550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:04:54.537394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:04:54.574869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:00.340256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:00.343587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:06.403409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:06.406905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:06.956509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:06.959782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:12.583955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:12.625784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:17.851197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:17.854581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:23.758000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:23.761356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:29.450521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:29.470438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:35.341530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:35.344886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:40.113334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:40.116940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:44.447679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:44.451355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:49.674852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:49.693076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:05:55.212561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:05:55.215928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:00.830816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:00.835132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:06.344879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:06.378451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:12.146811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:12.150209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:17.949984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:17.954104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:22.464436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:22.486562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:27.587285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:27.590611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:32.453333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:32.456616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:37.127995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:37.132134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:41.635745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:41.674061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:46.545354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:46.548654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:51.302315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:51.305650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:06:55.918632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:06:55.922703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:00.841566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:00.859440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:06.793143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:06.796532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:12.635854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:12.640119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:17.466130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:17.483377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:22.401058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:22.405241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:27.270213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:27.273550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:31.889412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:31.893498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:36.875510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:36.909066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:42.247150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:42.250432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:47.761001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:47.765057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:52.638727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:52.655084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:07:59.131943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:07:59.136254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:04.265522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:04.270815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:08.740786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:08.768944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:13.845382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:13.848919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:17.763538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:17.766827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:21.929634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:21.933782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:27.221645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:27.250889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:32.265211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:32.268552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:37.458945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:37.476553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:43.408868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:43.426081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:48.416608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:48.419912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:52.653916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:52.658029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:08:57.035919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:08:57.039248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:01.641751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:01.662072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:06.073932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:06.077868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:11.060813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:11.065131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:16.232963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:16.236610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:20.851450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:20.877355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:25.194555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:25.197873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:30.561859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:30.565938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:34.990719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:34.994196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:40.222849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:40.241180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:44.250719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:44.254049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:48.693652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:48.697873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:53.724642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:53.727941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:09:57.798543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:09:57.824442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:02.912579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:02.915964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:07.544879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:07.549187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:12.024420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:12.029276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:16.198203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:16.220743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:20.257323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:20.260654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:24.554332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:24.558511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:28.945379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:28.948770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:32.702117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:32.727678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:36.628303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:36.631689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:39.861775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:39.865886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:44.620328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:44.623675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:48.780931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:48.804544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:53.048143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:53.051432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:10:56.874351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:10:56.878567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:00.633885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:00.637170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:04.288398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:04.320763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:07.240516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:07.245828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:11.432558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:11.435884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:15.812226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:15.817256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:19.401694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:19.433835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:23.535308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:23.538583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:27.312899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:27.317794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:30.961837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:30.966265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:34.876840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:34.897847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:39.044049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:39.047360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:42.621031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:42.624354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:49.864306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:49.868574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:54.216182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:54.234041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:11:58.324988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:11:58.329139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:01.724672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:01.728775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:05.423827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:05.428350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:09.260189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:09.279216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:13.267802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:13.271144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:16.474924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:16.478179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:19.598899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:19.602709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:23.104360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:23.108587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:26.712564+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:26.730980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:30.270575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:30.273933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:34.005524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:34.008880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:38.282016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:38.299972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:42.084162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:42.102014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:46.453633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:46.457002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:50.118125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:50.122808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:54.687303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:54.691631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:12:58.691654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:12:58.709394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:02.889937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:02.893404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:06.780333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:06.784023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:11.202123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:11.206510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:15.453458+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:15.485638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:19.967366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:19.970870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:24.929320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:24.932690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:29.268515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:29.275135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:34.072387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:34.097513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:38.500773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:38.504085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:43.388909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:43.393052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:48.507237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:48.511592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:53.738991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:53.754966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:13:58.434133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:13:58.437482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:03.279077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:03.282428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:07.376900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:07.381288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:11.982919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:12.000949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:16.683880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:16.687276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:21.272802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:21.276131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:25.529188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:25.533583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:29.656650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:29.700508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:33.456719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:33.460599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:37.444383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:37.447682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:41.942033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:41.946463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:46.120933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:46.137366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:50.429525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:50.432848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:54.946092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:54.949393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:14:59.205158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:14:59.209529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:02.924931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:02.941299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:07.372258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:07.375533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:11.450182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:11.453533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:17.550435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:17.564186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:21.881212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:22.153121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:27.003859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:27.007257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:32.122579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:32.126029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:35.617812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:35.622147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:40.543058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:40.585966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:44.458604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:44.462133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:48.983471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:48.986873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:52.758628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:52.762995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:15:57.451039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:15:57.471419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:01.318151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:01.324028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:05.800954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:05.804394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:09.843472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:09.851132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:14.164117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:14.188034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:17.705316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:17.708711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:21.818673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:21.823341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:27.840854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:27.845347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:31.520045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:31.543472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:35.538373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:35.541872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:39.754958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:39.758403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:43.710586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:43.715396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:48.033813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:48.112203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:52.584244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:52.587668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:16:57.708104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:16:57.711574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:01.446187+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:01.450430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:05.791485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:05.810210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:09.769266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:09.772589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:13.650860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:13.654329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:17.368606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:17.372922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:20.986432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:21.006585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:25.115469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:25.119076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:30.143686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:30.147128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:35.046401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:35.050748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:39.379942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:39.411805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:43.190677+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:43.194053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:47.231938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:47.236123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:50.887246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:50.891702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:55.100564+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:55.118571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:17:59.303937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:17:59.307245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:03.769543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:03.772919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:07.436157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:07.440610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:11.105560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:11.125851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:15.139180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:15.142879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:20.432957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:20.436586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:24.689139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:24.693401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:28.384739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:28.469095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:32.234064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:32.237366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:36.395402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:36.398810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:39.744808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:39.749139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:44.592768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:44.640075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:49.105875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:49.109162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:53.977774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:53.981191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:18:57.599467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:18:57.603898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:01.518180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:01.549613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:05.913658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:05.917040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:10.773430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:10.776868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:14.364002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:14.368342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:17.661181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:17.697553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:22.573330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:22.576795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:26.544723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:26.548299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:30.932350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:30.937071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:34.769341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:34.808731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:38.332185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:38.335641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:42.303694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:42.307123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:48.028682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:48.033016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:52.147494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:52.164955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:19:56.285120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:19:56.288467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:00.093728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:00.097113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:04.553642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:04.558569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:08.890510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:09.040480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:13.751294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:13.754593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:22.821848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:22.826215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:26.443892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:26.496855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:30.303405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:30.306742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:34.077915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:34.081232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:38.401382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:38.405633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:41.829084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:41.846781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:46.542635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:46.545940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:49.561333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:49.564634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:52.755091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:52.761011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:20:57.193213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:20:57.217684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:00.896582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:00.899943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:05.309133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:05.312483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:08.788141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:08.791433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:12.510579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:12.546962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:16.391081+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:16.394459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:20.243858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:20.247147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:24.160779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:24.164082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:27.942486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:27.968285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:31.571162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:31.574485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:36.687523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:36.690902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:39.864802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:39.868243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:43.785594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:43.829984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:47.374326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:47.377637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:51.533486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:51.536980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:55.102340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:55.105658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:21:58.604423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:21:58.607961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:02.448043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:02.466937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:06.122647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:06.125930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:10.437606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:10.440984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:14.597066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:14.600344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:18.699419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:18.719261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:22.860658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:22.865072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:26.402065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:26.405391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:30.208955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:30.212521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:34.246830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:34.281006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:38.322609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:38.325885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:42.195777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:42.199082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:46.599302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:46.602606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:50.636503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:50.654380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:55.160965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:55.164254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:22:59.923922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:22:59.927387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:04.284463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:04.287775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:08.536279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:08.592780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:12.720127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:12.723457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:16.702498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:16.705851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:20.505916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:20.509278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:24.611729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:24.697957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:29.686547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:29.692450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:33.733558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:33.736829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:37.387144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:37.390458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:41.299414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:41.330008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:44.601347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:44.604691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:48.629970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:48.633276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:52.588226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:52.591546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:23:56.490504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:23:56.509407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:00.554867+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:00.558336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:04.751974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:04.755270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:08.767901+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:08.771175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:12.356023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:12.384336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:15.977055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:15.980318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:19.391385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:19.394693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:24.629653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:24.632976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:28.304361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:28.340260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:31.794726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:31.799576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:34.750717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:34.754106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:38.539194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:38.542850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:46.890612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:46.911070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:51.268577+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:51.271907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:54.821360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:54.824703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:24:58.941065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:24:58.944329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:04.960088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:04.985862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:08.967773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:08.971132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:12.876226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:12.879524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:16.758643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:16.761940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:21.019971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:21.038300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:24.951752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:24.955074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:28.937390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:28.941004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:32.349806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:32.353248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:36.942198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:36.959237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:40.428176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:40.431537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:44.717187+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:44.720445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:48.518532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:48.521829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:52.575118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:52.597982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:25:56.365968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:25:56.371125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:00.164465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:00.167741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:04.345604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:04.348931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:07.866608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:07.901689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:11.292103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:11.295464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:14.639480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:14.642795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:18.084810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:18.088094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:21.018285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:21.022421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:24.848365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:24.931216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:28.844432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:28.847715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:32.635941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:32.639208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:36.168454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:36.171766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:39.869120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:39.875112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:44.063186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:44.082574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:48.226114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:48.229412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:52.621104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:52.624419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:26:56.394456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:26:56.401333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:00.772565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:00.796904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:05.503771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:05.507054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:09.703281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:09.706766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:13.808773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:13.818371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:17.468299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:17.482595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:21.913753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:21.917300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:27.559477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:27.562856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:31.847503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:31.854556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:35.720754+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:35.759137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:39.541953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:39.545267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:43.226126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:43.229404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:46.193857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:46.197159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:49.376185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:49.382680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:52.867381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:52.882338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:27:56.362018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:27:56.365311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:00.426783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:00.430064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:04.140810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:04.144320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:07.750303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:07.757242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:11.538444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:11.554484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:15.028899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:15.032869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:19.420311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:19.423598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:23.181888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:23.188035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:26.644650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:26.659971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:30.380181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:30.383551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:33.371971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:33.375242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:36.419520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:36.422827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:40.593797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:40.600283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:44.416052+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:44.449028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:48.469707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:48.473049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:51.495400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:51.498758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:55.440087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:55.443434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:28:55.948757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:28:55.955392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:00.283943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:00.306834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:04.332388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:04.335689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:08.508980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:08.513795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:12.183841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:12.190477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:15.670468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:15.686460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:19.474662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:19.477932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:23.044401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:23.047679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:26.757452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:26.760783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:30.998267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:31.021874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:34.381005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:34.384466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:38.446660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:38.451363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:41.779898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:41.783354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:45.030446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:45.034128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:49.074975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:49.110705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:52.478669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:52.482012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:55.676609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:55.680106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:29:59.650677+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:29:59.654067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:06.424289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:06.446065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:10.481204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:10.486030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:14.501227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:14.504553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:17.808953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:17.812284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:21.998520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:22.030046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:25.615158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:25.618492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:29.475138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:29.478820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:32.803930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:32.808877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:36.390270+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:36.393640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:40.378043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:40.404004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:44.505714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:44.509127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:48.571897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:48.575180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:52.492756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:52.496018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:56.380592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:56.398509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:30:59.994732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:30:59.998238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:05.513950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:05.517260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:10.351169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:10.354496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:13.982652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:14.014548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:17.988673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:17.991979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:22.611187+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:22.614469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:26.958663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:26.962749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:30.566633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:30.615696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:34.770670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:34.773991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:38.471739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:38.475047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:42.307119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:42.310484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:46.186472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:46.216276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:50.305369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:50.308765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:53.746997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:53.750523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:31:59.087895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:31:59.091197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:03.280455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:03.301537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:08.635633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:08.638903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:11.908079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:11.911353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:15.142432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:15.145712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:18.599212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:18.632230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:21.843437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:21.846767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:24.938757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:24.942075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:28.812247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:28.815545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:31.670904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:31.674231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:36.276799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:36.334240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:40.665342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:40.668682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:44.335196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:44.338463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:48.297986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:48.301299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:52.339986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:52.361958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:56.039454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:56.042750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:32:59.927166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:32:59.930581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:03.766570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:03.769854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:07.144246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:07.147637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:11.954611+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:11.999290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:15.350000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:15.353313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:18.586285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:18.591608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T11:33:22.608687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T11:33:22.611977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-06T12:00:14.518476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T12:00:14.542458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-06T20:58:00.826696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-06T20:58:00.879080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:07.329073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:07.420450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-08T10:17:13.007586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:13.011753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-08T10:17:18.266300+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:18.269964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:23.979379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:24.004832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:28.935675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:28.939190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:33.148130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:33.151510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:36.693233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:36.699500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:41.148989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:41.199871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:45.288275+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:45.292978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:50.141200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:50.144518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:17:54.661108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:17:54.667093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:01.521383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:01.543788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:06.287309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:06.290665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:10.964959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:10.969303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:14.997669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:15.002862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:24.716824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:24.736463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:35.403995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:35.411902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:43.608089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:43.636177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:52.737314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:52.741616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:18:59.103139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:18:59.122798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:05.219734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:05.223068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:10.392346+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:10.396710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:15.674216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:15.697249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:19.369121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:19.372768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:23.536842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:23.540175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:27.935939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:27.939997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:32.557489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:32.574284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:37.346700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:37.350211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:41.339162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:41.342828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:45.277601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:45.282053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:49.522291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:49.568236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:53.337538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:53.343026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:19:58.475102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:19:58.478377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:05.881001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:05.901990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:11.564634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:11.567910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:16.664335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:16.667672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:23.263248+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:23.291963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:29.677506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:29.682092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:34.435167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:34.438522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:38.415757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:38.433191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:43.038806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:43.042117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:47.503306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:47.506653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:20:53.829610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:20:53.860616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:00.191145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:00.194461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:04.809354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:04.812682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:09.536998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:09.566056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:14.054716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:14.058049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:21.166849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:21.170349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:27.803716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:27.849026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:35.221566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:35.224835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:42.529479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:42.533413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:21:52.426617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:21:52.445189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:02.821897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:02.825194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:10.502193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:10.531778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:15.575407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:15.578952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:20.957413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:20.960695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:25.180542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:25.183839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:30.848605+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:30.881840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:38.052107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:38.055381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:46.152550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:46.172192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:22:53.415388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:22:53.418728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:00.362939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:00.366295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:05.344389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:05.393463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:11.336435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:11.339772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:16.220132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:16.223535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:21.206000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:21.224465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:25.353560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:25.357743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:30.564777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:30.568078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:36.957772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:36.977191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:43.836908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:43.840213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:49.907543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:49.910853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:23:55.317345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:23:55.349900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:01.763673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:01.767912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:08.382950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:08.387525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:13.794835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:13.811131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:18.808396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:18.811881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:23.252645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:23.256040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:27.863826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:27.867122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:32.907521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:32.942102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:37.461266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:37.464562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:42.800082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:42.803371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:47.529738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:47.533024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:52.554220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:52.592932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:24:56.395209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:24:56.398483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:01.654374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:01.657713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:07.107102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:07.110607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:13.295365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:13.313479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:19.751034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:19.754357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:26.899337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:26.902634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:33.539080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:33.561460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:38.501943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:38.505218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:45.010045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:45.013312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:51.076570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:51.114584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:25:58.474717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:25:58.478186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:08.306957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:08.335366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:13.361247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:13.364703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:19.020929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:19.024250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:24.629400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:24.648561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:29.944928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:29.948216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:36.366989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:36.370289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:40.731149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:40.749781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:46.148573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:46.151876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:26:53.230101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:26:53.233505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:01.283597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:01.302577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:09.185945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:09.189249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:14.000193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:14.003504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:20.442793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:20.461397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:25.288509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:25.291859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:30.893484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:30.896786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:38.356417+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:38.375236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:44.767620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:44.770883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:51.249653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:51.252944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:27:56.396008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:27:56.413210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:02.197090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:02.200426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:06.934856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:06.938171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:13.095520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:13.119559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:18.507468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:18.510780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:24.122849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:24.126154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:30.559101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:30.619125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:38.264712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:38.267986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:48.025145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:48.057427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:28:58.322706+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:28:58.326020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:05.367328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:05.395278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:09.840907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:09.844259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:15.472441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:15.475740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:21.006456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:21.022164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:27.212257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:27.215528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:34.405740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:34.409034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:41.039860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:41.058775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:46.932823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:46.936203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:29:53.264956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:29:53.268268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:00.606444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:00.622987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:06.983559+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:06.988616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:12.180588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:12.184111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:19.278460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:19.336802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:24.020716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:24.024054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:30.159676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:30.162999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:35.752362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:35.793671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:40.670861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:40.674157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:46.634054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:46.637708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:52.020794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:52.037881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:30:59.378998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:30:59.383554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:05.407429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:05.410933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:11.677601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:11.706969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:17.822666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:17.826095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:24.030716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:24.033984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:30.105056+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:30.123334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:36.849238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:36.852552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:41.738905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:41.742454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:48.031265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:48.048486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:53.458299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:53.461660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:31:58.231709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:31:58.235010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:05.816514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:05.836287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:13.767330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:13.770653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:21.097515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:21.114354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:25.648155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:25.652874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:31.387222+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:31.390549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:37.238123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:37.260923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:43.527145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:43.530488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:48.257144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:48.260593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:52.962530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:52.978734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:32:59.418780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:32:59.422183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:05.643519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:05.646830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:11.179909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:11.199999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:16.404873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:16.408232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:21.615172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:21.618508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:25.682946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:25.686656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:30.578456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:30.596278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:35.080184+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:35.083504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:40.057785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:40.061158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:45.812043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:45.829908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:52.769442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:52.772744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:33:58.503017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:33:58.506310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:05.428207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:05.447645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:09.784417+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:09.788566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:14.419098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:14.422416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:19.597567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:19.603228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:23.995974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:24.013689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:29.349287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:29.352596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:34.847238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:34.850609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:40.818791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:40.839113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:46.337488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:46.341558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:52.562163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:52.565495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:34:59.834690+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:34:59.865144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:06.016106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:06.019412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:11.947159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:11.950478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:18.111918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:18.128834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:24.830979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:24.834331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:29.326557+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:29.330093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:34.701584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:34.718043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:40.192768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:40.196088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:44.384160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:44.387500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:49.358329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:49.361650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:54.616937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:54.632906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:35:59.631525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:35:59.634837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:03.763883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:03.767198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:08.396247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:08.399582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:14.032541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:14.054754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:19.388998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:19.392264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:24.211368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:24.214664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:28.702760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:28.706085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:33.293151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:33.315711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:38.526322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:38.529730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:49.182767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:49.199945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:53.471526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:53.474942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:36:58.412974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:36:58.416300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:03.337849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:03.341167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:09.278276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:09.296149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:14.743307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:14.746592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:20.386227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:20.389506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:25.971249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:25.987440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:31.340237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:31.343655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:36.755990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:36.761058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:42.992308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:43.008790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:48.653669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:48.657378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:53.965553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:53.968864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:37:58.802402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:37:58.820768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:03.694653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:03.697932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:08.757854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:08.761128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:14.183650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:14.200294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:20.109331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:20.112636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:24.296152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:24.299621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:30.249828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:30.266007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:35.115703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:35.119012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:44.003496+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:44.006826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:49.745588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:49.778264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:38:54.943558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:38:54.946894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:00.431296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:00.434643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:06.335907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:06.390227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:12.223857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:12.227198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:17.433855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:17.437561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:22.914344+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:22.933137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:28.790204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:28.793507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:35.190800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:35.194088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:39.629376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:39.670753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:44.648610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:44.651916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:49.998090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:50.001399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:39:55.981494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:39:56.000718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:00.592056+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:00.597209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:07.073898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:07.077234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:12.692613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:12.711837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:18.955122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:18.958498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:24.969698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:24.973083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:30.699811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:30.719229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:35.691491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:35.694804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:40.419796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:40.423454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:44.905556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:44.908874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:50.621568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:50.643379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:40:57.510903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:40:57.514249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:03.353947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:03.357236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:08.060143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:08.078695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:14.348418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:14.351787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:20.249096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:20.252401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:25.286890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:25.331016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:31.672299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:31.675734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:37.412985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:37.416293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:43.605501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:43.623952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:48.968110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:48.971401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:41:54.808029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:41:54.811316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:00.334787+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:00.353042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:06.576746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:06.580062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:12.665276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:12.668643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:17.531201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:17.549075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:23.360732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:23.364144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:29.218114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:29.221462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:35.367364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:35.383740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:40.778010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:40.781445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:47.116080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:47.119431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:51.122865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:51.155010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:42:55.906299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:42:55.909624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:01.261684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:01.265006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:08.780980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:08.799014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:14.902717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:14.905993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:20.892011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:20.895304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:27.215202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:27.233237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:33.209994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:33.213319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:37.395399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:37.398701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:42.245062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:42.263579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:48.467027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:48.470296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:43:54.215640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:43:54.219110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:00.515680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:00.535005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:06.989900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:06.993197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:13.153321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:13.156651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:19.341938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:19.363237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:24.434291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:24.437614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:34.973031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:34.991056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:40.174367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:40.177786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:46.162847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:46.166148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:51.551227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:51.570708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:44:56.992339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:44:56.995673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:01.550275+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:01.553924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:05.999509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:06.002893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:12.324209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:12.372090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:18.083040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:18.086402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:23.738567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:23.742129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:30.709064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:30.725756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:36.356054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:36.359470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:41.783970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:41.787322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:47.917341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:47.946168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:52.932247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:52.935681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:45:59.070567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:45:59.074084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:05.390265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:05.419168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:10.742521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:10.745942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:16.479576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:16.483241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:21.881866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:21.899769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:26.483193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:26.486930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:31.232745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:31.236499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:35.983456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:35.986760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:41.680123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:41.713822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:47.934142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:47.937491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:46:54.117562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:46:54.120889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:00.240044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:00.257678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:05.356696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:05.360106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:11.135155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:11.138748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:16.494210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:16.511623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:20.705464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:20.708751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:26.110496+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:26.113812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:31.585574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:31.602178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:37.542989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:37.546267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:43.534825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:43.538155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:50.169195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:50.188203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:47:56.172238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:47:56.175594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:01.805578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:01.808990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:08.295467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:08.315929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:14.405445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:14.408734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:20.493658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:20.496943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:26.159850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:26.190165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:32.328917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:32.332270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:38.254831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:38.258138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:43.332951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:43.361550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:48.109128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:48.112451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:48:55.484302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:48:55.487594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:01.010042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:01.026476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:06.511578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:06.514872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:12.272620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:12.275912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:19.164456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:19.183792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:24.780955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:24.784264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:29.767701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:29.771024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:35.266333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:35.284707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:41.539625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:41.542934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:46.937774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:46.941922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:51.967512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:51.988572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:49:57.057655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:49:57.060996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:03.618835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:03.622132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:08.808991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:08.829647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:14.431809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:14.435353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:20.411190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:20.414503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:26.640099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:26.658416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:32.420477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:32.423778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:37.844163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:37.847473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:43.466643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:43.482482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:48.441482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:48.444777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:50:53.445920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:50:53.449279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:00.749727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:00.773345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:07.504054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:07.507435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:16.621435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:16.638310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:23.467649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:23.471017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:30.739815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:30.743130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:37.905388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:37.941228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:48.784357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:48.787747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:53.700943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:53.758042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:51:59.298411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:51:59.302007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:03.974864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:03.978157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:08.787388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:08.823216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:13.781541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:13.784856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:14.287418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:14.290715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:19.113214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:19.116523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:24.296379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:24.320370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:30.227685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:30.230984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:36.292775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:36.296061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:41.117929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:41.159513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:45.682567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:45.685965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:50.224210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:50.227560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:52:56.458213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:52:56.510204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T10:53:02.080329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T10:53:02.083726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-08T12:28:28.854091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T12:28:28.950394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-08T12:28:29.714720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-08T12:28:29.718003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-09T18:28:37.780170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-09T18:28:37.867598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-10T01:07:13.861023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-10T01:07:13.929997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-11T09:01:39.699325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-11T09:01:39.785590+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-08-11T09:01:39.810659+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-11T09:01:39.810695+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:39.814714+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:39.817009+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:39.847143+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:40.157946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-11T09:01:40.160063+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-11T09:01:40.160533+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-11T09:01:40.160566+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:40.160593+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-11T09:01:40.446372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-11T09:01:40.544210+02:00] app.INFO: APPLE WEBHOOK - [2024-08-11 09:01:39 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-08-12T02:57:03.343524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T02:57:03.343515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T02:57:03.409126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-12T02:57:03.409158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-12T02:57:03.632578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T02:57:03.632578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T02:57:03.635872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.gitlab-ci.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.gitlab-ci.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-12T02:57:03.635872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-12T02:57:03.669452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T02:57:03.672766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-12T08:00:54.019416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:00:54.077980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:46:33.636327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:46:33.917380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:46:57.931615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:46:58.073268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:47:28.896613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:47:29.022521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:47:58.333096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:47:58.445770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:48:58.867313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:48:59.038148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:49:29.107875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:49:29.272183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:50:35.562889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:50:35.640498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:51:14.085857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:51:14.107547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:52:09.604583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:52:09.675997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-12T08:54:34.589399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-12T08:54:34.671147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-16T00:20:46.133194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T00:20:46.241116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-16T01:28:51.252800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T01:28:51.320920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-16T02:58:11.074891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:11.130420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-16T02:58:23.673384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:23.676788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-16T02:58:28.165923+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:28.181936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T02:58:30.520713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:30.523994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T02:58:43.907494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:43.930932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-16T02:58:46.565127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-16T02:58:46.568413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-08-18T02:32:15.207085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-18T02:32:15.269864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-18T17:25:26.538958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-18T17:25:26.597374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-19T04:16:09.563556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-19T04:16:09.724938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-19T16:10:57.210136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-19T16:10:57.394295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-20T12:21:33.025150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-20T12:21:33.104240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-20T12:21:34.154207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-20T12:21:34.159778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-20T12:23:13.928301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-20T12:23:13.928286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-20T12:23:13.973438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-20T12:23:13.973449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-21T09:39:05.511029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-21T09:39:05.601917+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-08-21T09:39:05.664269+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-21T09:39:05.664306+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:05.678371+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:05.690014+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:05.716288+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:06.046745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-21T09:39:06.048911+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-21T09:39:06.049459+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-21T09:39:06.049493+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:06.049520+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:39:06.356937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-21T09:39:06.570697+02:00] app.INFO: APPLE WEBHOOK - [2024-08-21 09:39:05 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-08-21T09:47:00.753748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-21T09:47:00.886677+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-21T09:47:01.004738+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-21T09:47:01.004777+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:47:01.004806+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T09:47:01.461641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-21T09:47:01.797154+02:00] app.INFO: APPLE WEBHOOK - [2024-08-21 09:39:05 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-08-21T17:44:51.551207+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4","method":"GET"} [] [2024-08-21T17:44:51.798997+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-21T17:44:51.799040+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:44:52.131788+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-21T17:44:52.131870+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-21T17:44:52.131916+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-21T17:44:52.131954+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-21T17:44:52.131990+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-21T17:44:52.188720+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-21T17:44:52.188768+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"0190eee8-f0e5-7b57-acd1-35fe1ba958f4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:44:52.192317+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-21T17:44:52.192360+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:44:53.383140+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-21T17:44:53.452695+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2024-08-21T17:44:53.659557+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-21T17:45:24.064385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-21T17:45:24.089622+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4","method":"DELETE"} [] [2024-08-21T17:45:24.099261+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-21T17:45:24.099323+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:45:24.116070+02:00] deprecation.INFO: User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Security\ApplePass" 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\\Core\\User\\UserInterface::eraseCredentials()\" might add \"void\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApplePass\" now to avoid errors or add an explicit @return annotation to suppress this message. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php:337)"} [] [2024-08-21T17:45:24.116185+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} [] [2024-08-21T17:45:24.116229+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} [] [2024-08-21T17:45:24.116264+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} [] [2024-08-21T17:45:24.116296+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} [] [2024-08-21T17:45:24.118654+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} [] [2024-08-21T17:45:24.118696+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"0190eee8-f0e5-7b57-acd1-35fe1ba958f4\", roles=\"ROLE_APPLE_PASS\")"},"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:45:24.119451+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} [] [2024-08-21T17:45:24.119491+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-21T17:45:24.209121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-21T17:45:24.277109+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2024-08-21T17:45:24.285840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2024-08-21T17:45:24.287731+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2024-08-21T17:45:24.327309+02:00] doctrine.DEBUG: Executing statement: SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�","2":"pass.com.thebrighthotel.card"}, types: array{"1":2,"2":2}) {"sql":"SELECT p0_.id AS id_0, p0_.platform AS platform_1, p0_.pass_type AS pass_type_2, p0_.accomodation_id AS accomodation_id_3, p0_.custom_data AS custom_data_4, p0_.create_time AS create_time_5, p0_.update_time AS update_time_6 FROM passes p0_ WHERE p0_.id = ? AND p0_.pass_type = ?","params":{"1":"\u0001�����{W��5�\u001b�X�","2":"pass.com.thebrighthotel.card"},"types":{"1":2,"2":2}} [] [2024-08-21T17:45:24.329060+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 INNER JOIN devices_passes ON t0.id = devices_passes.pass_id WHERE devices_passes.device_id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-08-21T17:45:24.330119+02:00] doctrine.DEBUG: Beginning transaction [] [] [2024-08-21T17:45:24.376170+02:00] doctrine.DEBUG: Executing statement: DELETE FROM devices WHERE id = ? (parameters: array{"1":"\u0001����Ky�\bdXq)•"}, types: array{"1":2}) {"sql":"DELETE FROM devices WHERE id = ?","params":{"1":"\u0001����Ky�\bdXq)•"},"types":{"1":2}} [] [2024-08-21T17:45:24.377266+02:00] doctrine.DEBUG: Committing transaction [] [] [2024-08-21T17:45:24.398900+02:00] doctrine.INFO: Disconnecting [] [] [2024-08-22T08:09:19.952791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-22T08:09:20.033399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-22T08:09:20.147351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-22T08:09:20.150714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-26T21:44:35.718628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-26T21:44:35.795085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-26T21:44:36.532622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-26T21:44:36.538247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-27T16:27:43.175092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-27T16:27:43.305214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-27T19:19:30.965662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-27T19:19:31.033742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-27T19:28:08.272059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-27T19:28:08.300227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-28T08:56:12.444691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-28T08:56:12.573053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-28T09:22:43.969013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-28T09:22:44.071776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-28T20:32:11.381036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-28T20:32:11.446283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-28T20:32:11.904303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-28T20:32:11.907710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-29T07:21:48.114092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-29T07:21:48.283698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-30T20:10:44.990143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-30T20:10:45.092116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-30T20:10:45.332141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-30T20:10:45.335436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-08-31T10:20:45.199920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-31T10:20:45.270320+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-08-31T10:20:45.300698+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-31T10:20:45.300746+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.304646+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.306802+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.328404+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.555307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-08-31T10:20:45.557434+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-08-31T10:20:45.557901+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-08-31T10:20:45.557935+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.557963+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-08-31T10:20:45.810494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-08-31T10:20:45.920924+02:00] app.INFO: APPLE WEBHOOK - [2024-08-31 10:20:45 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-09-01T10:33:43.444845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-01T10:33:43.524473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-04T04:18:34.277749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-04T04:18:34.441477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T08:40:01.806939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T08:40:01.883438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T14:51:04.421734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T14:51:04.515104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T14:51:04.629025+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T14:51:04.633870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T18:29:02.503742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T18:29:02.570666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-05T18:29:04.144425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T18:29:04.148094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T18:29:04.916123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T18:29:04.919366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-05T18:29:06.227113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T18:29:06.231013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-05T18:29:07.347965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-05T18:29:07.351398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-07T07:56:30.930772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-07T07:56:31.030523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-07T07:56:32.169137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-07T07:56:32.172423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-11T09:42:25.894776+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-11T09:42:25.894774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-11T09:42:26.014452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-11T09:42:26.014452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-13T21:59:23.712332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-13T21:59:23.857879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-13T21:59:24.611484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-13T21:59:24.614840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-15T20:43:59.078726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-15T20:43:59.167711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-15T20:43:59.573627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-15T20:43:59.576946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-18T04:07:44.123634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-18T04:07:44.851192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T08:02:59.289848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T09:15:39.978746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-19T09:15:40.052391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T09:15:40.155455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-19T09:15:40.158698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T14:52:39.514011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-19T14:52:39.514016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-19T14:52:39.610585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T14:52:39.611285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-19T15:43:39.982491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-19T15:43:40.031999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-20T09:39:05.545974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-20T09:39:05.659519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:03:16.983586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:03:16.983580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:03:17.312039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:03:17.312039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:04:11.936984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:04:12.085055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:04:17.233823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:04:17.237300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:04:21.800033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:04:21.804283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:04:23.286541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:04:23.289815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:06:58.697899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:06:58.788010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:07:01.092225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:07:01.095566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:07:18.245299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:07:18.453442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T04:07:30.302773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T04:07:30.306177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-21T08:14:35.508109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T08:14:35.642034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-21T08:14:36.665202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-21T08:14:36.668516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-23T16:27:20.804764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-23T16:27:20.920696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-23T17:52:22.658181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-23T17:52:22.695101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-24T03:48:32.068828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-24T03:48:32.068924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-24T03:48:32.161051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-24T03:48:32.161398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-25T15:12:22.985446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-25T15:12:23.078018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-25T15:45:04.804111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-25T15:45:04.855974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-26T03:50:00.416316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-26T03:50:00.583797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-28T20:56:00.027158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-28T20:56:00.097181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.296065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.296065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.300447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.296243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.296688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.296269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:24:58.400068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.400181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.400193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.400193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.400212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:24:58.400212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:26.515640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:26.574674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:27.047718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:27.051325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.245313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.249365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.269073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.273378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.340327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.346118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.418247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.424245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.442644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.448671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.502821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.507644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.570877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.576846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:29.683773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.691749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.833878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.839763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:29.959379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:29.980535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.182587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.188411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.343991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.356511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.470037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.476261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.523985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.529913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.582203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.594704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.661683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.668297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.767010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.772990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.775911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.785389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:30.873281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:30.878918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.101212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.115027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.120283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.121104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.194385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.200259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.206090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.218730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.419739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.429186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.461963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.471067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.534665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.541888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:31.569538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.575672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.715357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.721326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.748511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.754835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:31.930552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:31.936447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.051890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.067704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.126272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.138685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.164176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.179011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.274766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.274806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.280537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.284109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.397743+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.400989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.403269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.407393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.487075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.492252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.551722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.569767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.584683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.591864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.716353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.722963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:32.724398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.730491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:32.849534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:32.856159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:35.734486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:35.738581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:38.256717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:38.260923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:25:38.742638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:38.748133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:25:44.649582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:25:44.689957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:26:07.756061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:26:07.756003+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:26:07.777168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:26:07.777261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:26:10.011020+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:26:10.014562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:26:12.032204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:26:12.036190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:27:38.050238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:27:38.050254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:27:38.050238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:27:38.050263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:27:38.404197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:27:38.404197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:27:38.404242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:27:38.404276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:28:54.177119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:28:54.177162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:28:54.177140+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:28:54.177138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:28:54.474434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:28:54.474565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:28:54.474673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:28:54.474829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:30:09.959513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:30:09.959521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:30:09.959536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:30:09.959538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:30:10.252302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:30:10.252309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:30:10.252778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:30:10.252778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:30:19.330625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:30:19.350241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:31:26.459679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:31:26.459694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:31:26.459693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:31:26.459691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:31:26.919525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:31:26.919535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:31:26.920003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:31:26.920003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:32:42.627627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:32:42.627614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:32:42.627615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:32:42.627622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:32:42.928914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:32:42.928929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:32:42.929431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:32:42.929431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:33:58.217200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:33:58.217192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:33:58.217213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:33:58.217213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:33:58.421814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:33:58.421815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:33:58.422291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:33:58.422291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:35:25.137150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:35:25.137162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:35:25.137182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:35:25.137180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:35:25.716804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:35:25.716803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:35:25.716815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:35:25.717510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:36:51.921773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:36:51.921782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:36:51.921783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:36:51.921763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:36:52.218645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:36:52.218690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:36:52.219123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:36:52.219123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:17.727350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:17.727352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:17.727368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:17.727370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:18.112374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:18.112374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:18.112829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:18.112829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:34.147370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:34.182017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:38:34.861223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:38:34.864939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T20:39:39.665473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:39:39.699405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:39:40.000786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:39:40.004867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:39:40.219154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:39:40.223181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:39:40.240058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:39:40.243236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:43:59.368977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:43:59.386190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T20:44:00.494643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T20:44:00.498505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T21:32:13.829375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T21:32:13.851096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T21:32:14.768402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T21:32:14.772295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T22:33:23.092041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T22:33:23.115813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-29T22:33:23.821171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T22:33:23.825040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-29T23:26:14.892000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-29T23:26:14.912097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T05:16:28.775361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T05:16:28.964525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T06:12:28.283368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T06:12:28.341352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T06:39:45.678002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T06:39:45.718981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T08:25:30.782710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T08:25:30.949147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T08:27:55.237568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T08:27:55.514520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T09:27:43.393339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T09:27:44.388091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T09:27:44.394003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T10:07:46.100014+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:07:46.140109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T10:18:28.923188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:18:29.046957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T10:45:03.208724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:45:03.227521+02:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-09-30T10:45:03.675313+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-09-30T10:45:03.675378+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:03.742278+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:03.754235+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:03.812981+02:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:04.002285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:45:04.004414+02:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-09-30T10:45:04.004885+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-09-30T10:45:04.004918+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:04.004946+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-09-30T10:45:05.313408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-09-30T10:45:06.111253+02:00] app.INFO: APPLE WEBHOOK - [2024-09-30 10:45:03 +0200] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-09-30T10:46:26.320636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:46:26.352928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T10:54:41.615262+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T10:54:41.686362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T11:42:34.329767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:42:34.357529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T11:42:34.396416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:42:34.399695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T11:42:38.401871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:42:38.405243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T11:45:12.259629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:45:12.290683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T11:45:12.924141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:45:12.927965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WMFHBJqKizjr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T11:48:43.058766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T11:48:43.086667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T12:43:43.278410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T12:43:43.305928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T12:45:16.594351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T12:45:16.613604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Public/home/js/check.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Public/home/js/check.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T12:46:51.660679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T12:46:51.678601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/admin/javascript/hetong.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/admin/javascript/hetong.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T13:24:10.411993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T13:24:10.770726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T13:24:11.270480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T13:24:11.293447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T14:50:35.770591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T14:50:35.853682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T16:45:35.271954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T16:45:35.393782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//wp-admin/setup-config.php" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//wp-admin/setup-config.php\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T16:45:36.750337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T16:45:36.753599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//wp-admin/install.php" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//wp-admin/install.php\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T16:45:37.987828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T16:45:37.991078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//wordpress/wp-admin/setup-config.php" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//wordpress/wp-admin/setup-config.php\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T16:45:39.462353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T16:45:39.465625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//wordpress/wp-admin/install.php" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//wordpress/wp-admin/install.php\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wordpress/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:42:04.670682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:42:04.790476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T19:58:48.596860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.597019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.597098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.597145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.676019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.676264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.676263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.676554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.678041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.678325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.678465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.679025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.596878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.679564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.680150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.680647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.673358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.683275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.596906+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.650312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.690908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.691058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.694177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.695677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.695861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.596866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.696902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.697840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.680422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.596866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.710795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user_secrets.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user_secrets.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.711745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.596582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.719080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cloud-config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cloud-config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud-config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.720169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.670730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.713587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.726852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.726960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/administrators.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.723462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.733923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.738921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.740133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.743968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.745422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/service.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.747926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.749757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.754288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.973685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.978351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.979032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.975103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.988209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.991262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.986278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.987930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.988232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.981002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:48.998475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:48.999600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:49.003015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-09-30T19:58:49.002160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:49.007292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:49.008810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:49.012868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:49.019893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T19:58:49.024925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T19:58:49.025674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-09-30T23:00:06.729448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-09-30T23:00:06.762421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-01T03:56:59.840284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-01T03:56:59.990829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-01T04:43:46.141676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-01T04:43:46.328529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-01T21:02:58.803340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-01T21:02:58.868587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-01T21:02:59.285763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-01T21:02:59.289063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-01T21:35:57.076035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-01T21:35:57.154340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-02T21:23:01.371842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-02T21:23:01.461040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-02T21:23:01.966671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-02T21:23:01.970939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-03T01:14:10.264683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T01:14:10.349747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-03T12:48:11.004860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T12:48:11.101437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-03T12:48:11.875692+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T12:48:11.878993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-03T16:01:47.251274+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T16:01:47.331841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-03T21:46:29.437949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T21:46:29.515070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-03T21:46:29.980062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-03T21:46:29.983456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-04T01:33:53.221493+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T01:33:53.437977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T01:43:13.278155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T01:43:13.325142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T01:45:24.264485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T01:45:24.287498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:02.915691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:03.015703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-04T12:33:05.741457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:05.745063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-04T12:33:09.099205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:09.104086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:12.960147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:12.965418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:23.329189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:23.409942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:26.103707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:26.107563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:28.895164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:28.898673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:31.041171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:31.045059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:43.366802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:43.392270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:47.115184+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:47.121237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:51.015143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:51.018709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:53.826527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:53.830180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:33:57.362905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:33:57.366818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:00.052385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:00.072208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:10.096173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:10.101762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:13.847922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:13.851301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:19.448556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:19.467019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:24.397699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:24.401520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:26.703306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:26.706681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:31.498619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:31.503965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:37.445424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:37.461032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:40.657322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:40.660749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:41.947551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:41.953450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:45.602728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:45.606305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:53.821560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:53.858422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:34:58.656045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:34:58.660024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:00.912677+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:00.916015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:04.525926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:04.529333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:09.520708+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:09.545144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:13.545303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:13.549959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:23.017437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:23.021054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:28.569633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:28.606195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:32.178590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:32.181867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:38.985614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:38.988983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:49.289462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:49.319528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:35:56.904206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:35:56.908040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:03.337585+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:03.342662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:05.193160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:05.228291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:11.544002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:11.549665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:14.675076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:14.679750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:17.097718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:17.103477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:20.979615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:21.002670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:25.257284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:25.260707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:29.187575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:29.192604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:34.737074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:34.741704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:37.761181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:37.807374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:47.326717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:47.336988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:36:51.618589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:36:51.622316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:05.532879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:05.561157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:09.350105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:09.354098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:13.415523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:13.419260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:20.069948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:20.073314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:26.386876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:26.407695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:32.384015+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:32.388044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:38.666068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:38.669496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:42.619606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:42.638455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:51.344853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:51.348388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:37:54.572021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:37:54.576301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:00.224058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:00.286720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:07.974558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:07.978119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:20.307051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:20.326597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:26.825347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:26.829278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:32.744657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:32.749184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:38.195589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:38.263898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:44.564815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:44.569585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:48.973700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:48.977284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:38:58.625463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:38:58.647403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:04.318158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:04.322936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:09.819509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:09.823871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:14.496767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:14.545944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:24.686185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:24.690435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:30.726942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:30.767194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:34.577044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:34.580482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:39.020329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:39.023896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:42.463423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:42.468128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:45.203408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:45.206880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:49.263143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:49.282000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:54.182437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:54.186921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:39:58.496702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:39:58.500169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:05.429505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:05.464443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:11.401839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:11.405474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:17.961629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:17.966875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:25.526303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:25.543089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:30.783914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:30.787510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:36.130060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:36.133794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:40.287151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:40.290958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:47.620563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:47.657796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:51.022348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:51.026684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:40:56.032431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:40:56.036795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:00.799460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:00.803117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:06.269318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:06.306952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:09.968790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:09.974680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:21.765182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:21.783001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:27.772411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:27.776564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:37.795931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:37.825410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:41.067859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:41.071402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:49.505952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:49.509680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:41:56.624251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:41:56.693591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:03.079158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:03.082546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:05.328064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:05.331665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:09.517368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:09.520831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:13.681739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:13.705008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:18.847170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:18.851499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:25.637272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:25.640907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:32.643958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:32.664515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:39.331514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:39.335157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:52.680240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:52.708276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:42:56.082163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:42:56.085780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:01.026668+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:01.030178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:08.443984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:08.464421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:14.401861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:14.405171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:22.194322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:22.197611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:23.919413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:23.941953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:27.583119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:27.588173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:33.458535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:33.461905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:37.939027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:37.942690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:45.620829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:45.671944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:48.884852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:48.888390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:43:56.591169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:43:56.594676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:04.907227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:04.954868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:09.460663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:09.463982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:15.760746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:15.764909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:21.689796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:21.723357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:25.109648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:25.112907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:31.894251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:31.897590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:35.138432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:35.141742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:38.450401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:38.469821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:43.946910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:43.950228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:47.566723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:47.570020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:44:52.526916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:44:52.530234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:06.686039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:06.704445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:11.211034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:11.214312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:19.917313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:19.920649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:26.153798+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:26.185142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:32.117440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:32.120763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:34.317235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:34.320507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:40.673250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:40.676566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:45.586160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:45.649450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:49.925161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:49.928436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:45:54.655639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:45:54.659023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:00.776049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:00.793622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:06.026589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:06.030000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:17.315860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:17.365058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:20.731039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:20.734373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:27.553837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:27.557246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:31.139825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:31.144369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:41.396660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:41.466299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:46.115703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:46.119141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:48.807507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:48.810812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:46:58.995084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:46:59.023077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:04.606682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:04.610004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:08.510068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:08.513452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:17.752573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:17.777085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:24.515840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:24.519152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:40.630628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:40.727235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:47.438412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:47.441758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:47:55.970142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:47:56.018649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:02.638130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:02.642283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:09.889921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:09.894055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:18.609507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:18.628736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:27.518310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:27.521570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:33.744234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:33.788071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:50.066181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:50.095624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:48:56.807004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:48:56.810324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:04.382581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:04.385963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:10.497308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:10.528381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:16.171045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:16.174390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:23.867225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:23.870677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:31.572367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:31.605686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:37.359552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:37.362920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:42.941383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:42.944802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:47.341001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:47.365041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:49:52.809849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:49:52.813131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:00.952959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:00.956266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:05.321703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:05.380630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:11.085051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:11.088339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:17.274610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:17.277932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:21.744524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:21.810018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:29.467308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:29.470615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:34.543363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:34.546661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:40.694919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:40.742958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:45.416449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:45.420149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:50:55.094447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:50:55.097750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:00.574984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:00.606814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:06.489741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:06.493100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:09.666308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:09.669674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:16.665226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:16.693837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:22.031684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:22.034972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:30.142345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:30.145924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:36.843930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:36.872058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:44.152197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:44.155462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:49.168599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:49.171884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:51:56.317398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:51:56.340382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:04.149939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:04.153265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:15.935276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:15.951885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:23.371887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:23.375135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:30.134141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:30.137415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:36.592918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:36.610247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:46.668461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:46.671797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:53.378228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:53.406385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:52:59.779547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:52:59.782873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:08.687550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:08.715457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:16.894144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:16.897679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:21.574852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:21.578432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:25.438879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:25.458657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:31.879426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:31.884241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:38.249178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:38.252512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:53:48.391080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:53:48.425090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:00.868748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:00.872091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:06.741605+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:06.762806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:17.612547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:17.615900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:24.598942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:24.627299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:33.329935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:33.333257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:38.003280+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:38.006724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:44.803621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:44.820465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:54.626170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:54.629775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:54:57.548087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:54:57.551358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:04.910117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:04.930141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:13.686215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:13.689529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:20.696033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:20.726234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:24.862372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:24.865674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:31.703948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:31.707585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:41.688799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:41.744352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:45.334346+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:45.337701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:53.707034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:53.710350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:55:58.907157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:55:58.983083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:06.555981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:06.559273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:11.456674+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:11.459981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:16.975588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:16.994014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:24.542966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:24.546302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:29.391726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:29.395028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:35.884432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:35.902203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:38.920663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:38.924470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:44.446803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:44.452307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:51.651291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:51.667378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:56:55.644508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:56:55.648098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:09.828559+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:09.854311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:16.353283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:16.356583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:19.016177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:19.019445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:27.567913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:27.586238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:33.137625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:33.140942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:40.031077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:40.034396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:48.264422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:48.283605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:57:55.523592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:57:55.526928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:08.251450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:08.271402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:16.280935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:16.284187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:26.615251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:26.633726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:31.944594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:31.950621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:38.484956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:38.488197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:43.851176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:43.887088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:50.003583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:50.006846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:58:55.907672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:58:55.910999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:05.153002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:05.173971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:10.485797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:10.489346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:13.366282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:13.369605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:18.401193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:18.404515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:29.106218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:29.122650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:35.572135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:35.575451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:44.559169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:44.590008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:50.454105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:50.457474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T12:59:57.019331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T12:59:57.022648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:03.413299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:03.437667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:05.025541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:05.028820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:10.247527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:10.250838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:16.721593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:16.726254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:22.392465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:22.408570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:32.920807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:32.924127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:36.293201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:36.296487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:50.721575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:50.737230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:00:57.607527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:00:57.610825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:09.189970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:09.217477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:14.342087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:14.345856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:22.588032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:22.591339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:28.547463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:28.568736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:38.461579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:38.464983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:48.143092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:48.160262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:53.184930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:53.188236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:01:59.651619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:01:59.654909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:05.988534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:06.007970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:12.281815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:12.285230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:18.304831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:18.308155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:23.223128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:23.242484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:27.103646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:27.106916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:32.278825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:32.282122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:42.987501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:43.006026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:02:49.076454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:02:49.081446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:02.523065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:02.539288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:07.315114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:07.318379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:08.730703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:08.733964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:14.298626+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:14.301928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:20.863946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:20.882926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:29.847220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:29.850474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:34.919050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:34.922739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:43.075497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:43.092558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:52.414441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:52.419514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:03:59.598595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:03:59.616275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:08.294689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:08.298044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:12.172103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:12.175604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:19.055965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:19.072694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:22.361859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:22.365179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:29.049284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:29.052597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:33.511483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:33.514858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:45.957177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:45.975876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:49.783009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:49.786415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:54.397613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:54.401648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:04:58.156547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:04:58.159836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:09.189781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:09.210704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:12.364897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:12.368205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:17.527394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:17.531315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:19.967445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:19.970691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:33.119760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:33.138419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:41.386268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:41.389758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:51.331883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:51.349675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:05:59.795194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:05:59.798499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:08.174392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:08.215382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:11.036242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:11.039551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:22.071342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:22.074646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:26.096316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:26.140145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:35.800954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:35.804268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:41.299735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:41.320038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:46.387050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:46.390354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:06:49.202575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:06:49.205891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:03.396266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:03.414903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:07.894117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:07.899836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:20.203353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:20.220806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:25.308178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:25.311991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:40.151896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:40.213169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:45.197311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:45.200819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:51.335831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:51.339096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:07:55.581040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:07:55.598098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:05.616702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:05.620708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:13.284159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:13.306215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:21.860005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:21.863325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:30.825935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:30.841001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:38.546013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:38.549322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:44.987358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:44.990851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:08:56.150210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:08:56.168271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:00.591539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:00.595403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:09.676947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:09.680237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:14.806662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:14.833151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:24.007659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:24.011007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:28.908941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:28.912399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:33.439408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:33.469419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:38.963249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:38.966524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:44.281687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:44.285003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:47.539708+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:47.543043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:52.435267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:52.459242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:09:58.894995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:09:58.898272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:10.049527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:10.076126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:14.516558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:14.520542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:20.659869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:20.663756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:24.331262+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:24.334619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:31.571608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:31.596840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:36.685123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:36.689023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:47.497317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:47.518244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:10:56.023566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:10:56.026874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:00.928802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:00.932177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:07.955615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:07.974175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:12.890489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:12.893757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:17.393486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:17.396791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:22.443844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:22.447433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:27.196717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:27.215183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:37.722654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:37.725986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:44.704553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:44.722007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:11:54.007473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:11:54.010812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:00.365292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:00.385532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:08.326874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:08.330304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:13.911826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:13.915345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:20.931811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:21.006397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:31.462664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:31.466059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:36.643597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:36.678449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:43.180500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:43.183870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:48.678069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:48.681488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:12:55.702629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:12:55.722210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:01.821150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:01.824847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:07.142614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:07.146165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:17.807263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:17.826694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:24.522113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:24.525507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:28.448879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:28.452327+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:37.784775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:37.802661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:47.767106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:47.770392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:13:49.982424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:13:49.985680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:00.651895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:00.697755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:05.677362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:05.681188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:18.223759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:18.279350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:23.407942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:23.411242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:34.366334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:34.394992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:39.877368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:39.880702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:14:52.881951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:14:52.932877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:00.937450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:00.940773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:06.085596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:06.088901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:15.132375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:15.150775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:20.861154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:20.865359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:27.636593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:27.640141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:40.567526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:40.592462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:47.422114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:47.425489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:15:59.287238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:15:59.452248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:05.055498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:05.058855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:09.498825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:09.502111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:16.046859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:16.104299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:23.617728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:23.621004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:29.379595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:29.382946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:32.566466+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:32.601638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:37.969533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:37.972824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:45.556666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:45.559958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:16:54.340766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:16:54.363564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:01.918130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:01.921402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:08.138451+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:08.141746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:21.192441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:21.211415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:26.461372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:26.464929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:41.335316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:41.374564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:48.261984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:48.265444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:17:55.834518+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:17:55.837866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:01.714776+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:01.802270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:07.457400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:07.462244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:15.979112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:15.982643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:28.126058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:28.146562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:33.273364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:33.276905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:38.583317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:38.586671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:42.123080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:42.127851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:52.528471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:52.554291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:18:55.451634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:18:55.455006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:03.506389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:03.509717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:07.743941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:07.770135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:19.238169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:19.242236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:26.281035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:26.308402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:31.502490+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:31.506025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:36.096383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:36.101580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:43.663673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:43.682295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:19:49.466783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:19:49.471827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:00.675716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:00.699382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:06.431455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:06.434949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:12.257591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:12.260966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:18.607499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:18.628597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:24.230300+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:24.233850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:30.245199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:30.248574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:38.578118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:38.617375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:40.759296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:40.762587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:50.658212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:50.661792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:20:56.418671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:20:56.438139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:06.284839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:06.289479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:11.869302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:11.887895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:20.465760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:20.469207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:24.542593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:24.545930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:33.292089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:33.308752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:38.290955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:38.294388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:45.474697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:45.478413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:21:50.234977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:21:50.252459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:04.042574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:04.046257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:08.952067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:08.976416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:16.123703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:16.127266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:20.776947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:20.780346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:24.620704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:24.639946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:33.293663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:33.297010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:39.171261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:39.174826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:46.681390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:46.701490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:50.899641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:50.903367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:22:53.583064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:22:53.588900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:00.143943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:00.148241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:03.887994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:03.932894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:10.512392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:10.515733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:15.036008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:15.046298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:27.339926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:27.365057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:34.974703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:34.978256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:40.787429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:40.791305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:45.429443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:45.463117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:23:50.424485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:23:50.427781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:00.997855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:01.013877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:10.533484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:10.537079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:16.474438+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:16.491764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:19.928567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:19.934440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:25.270832+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:25.276310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:30.891058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:30.895275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:36.476301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:36.498372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:24:53.391531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:24:53.410998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:01.084074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:01.088035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:11.142490+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:11.164395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:16.841312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:16.844726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:28.381876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:28.413635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:33.295206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:33.299447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:45.059804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:45.078771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:51.553989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:51.557911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:25:57.382114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:25:57.385676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:09.062185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:09.084339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:12.233481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:12.236881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:17.779508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:17.783309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:22.990604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:22.997297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:30.634613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:30.654171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:41.066790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:41.070176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:48.196294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:48.242420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:26:58.737831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:26:58.741666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:05.258311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:05.283874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:09.204685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:09.208302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:15.625827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:15.629292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:22.706252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:22.726407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/3-sequelize/final/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/3-sequelize/final/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/3-sequelize/final/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:28.786865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:28.790430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/3-sequelize/final/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/3-sequelize/final/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/3-sequelize/final/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:36.974840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:36.978206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:40.937508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:40.954727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:45.473409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:45.479057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:52.329509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:52.335230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:53.960599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:53.964429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:27:58.744732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:27:58.762809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:05.306381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:05.310997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:12.095849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:12.099183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:15.285331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:15.327976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:21.687828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:21.691496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:34.745054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:34.764386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:41.823082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:41.828450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:54.014021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:54.031802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:28:57.841954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:28:57.846030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:05.778504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:05.783822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:10.369721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:10.392717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:23.785449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:23.790640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:33.207299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:33.224581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:39.375725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:39.379817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:43.261179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:43.264600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:50.942393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:50.961453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:54.491350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:54.496685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:29:57.914523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:29:57.918584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:02.812658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:02.816091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:09.309736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:09.331532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:15.160527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:15.163896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:24.510171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:24.546074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/31_structure_tests/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/31_structure_tests/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/31_structure_tests/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:29.543465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:29.547733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/31_structure_tests/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/31_structure_tests/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/31_structure_tests/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:37.492341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:37.496072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:44.528622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:44.547267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:48.201694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:48.207902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme_challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme_challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme_challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:30:53.683013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:30:53.686831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme_challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme_challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme_challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:01.260916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:01.290672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:06.164201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:06.169514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:22.970829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:23.015187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:29.805194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:29.809950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:38.110442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:38.134832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:42.301158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:42.305642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:48.886888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:48.890645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:31:54.621574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:31:54.657868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:00.167386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:00.171769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:04.835330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:04.838756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:10.507979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:10.542149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/actions-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/actions-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actions-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:15.593129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:15.596789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actions-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actions-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actions-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:26.046419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:26.074167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:29.634043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:29.637553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:37.260154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:37.263545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:42.669940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:42.689451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:48.092142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:48.096045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:54.433865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:54.437566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:32:57.230875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:32:57.234345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:02.523973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:02.546693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:06.770123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:06.773753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:12.286800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:12.290644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:20.975266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:20.993656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:25.014172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:25.018967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:35.552291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:35.556218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:39.404763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:39.449816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:45.021240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:45.024805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/administrator/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/administrator/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:51.259872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:51.264441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/administrator/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/administrator/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:33:57.400087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:33:57.424516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:04.194561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:04.198256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:17.573075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:17.588385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:21.354471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:21.360138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:30.405364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:30.408889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:35.490555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:35.508031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:40.153642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:40.157861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/alpha/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/alpha/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:43.676231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:43.681699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:46.408019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:46.411435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:51.789734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:51.809593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:34:58.538606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:34:58.542025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:05.422913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:05.426568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:16.544712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:16.708123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:21.670690+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:21.675859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:34.422615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:34.703305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:42.540732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:42.544748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:51.554874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:51.583116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:35:57.591674+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:35:57.595448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:01.542426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:01.545818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:08.484305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:08.514931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:15.288861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:15.292427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:24.263601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:24.283701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:41.166874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:41.189666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:51.187413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:51.190799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:36:59.041561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:36:59.060041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:05.321994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:05.325284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:11.050909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:11.054193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app_nginx_static_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app_nginx_static_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_nginx_static_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:16.246919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:16.274429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app_nginx_static_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app_nginx_static_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_nginx_static_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:27.822586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:27.826219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:31.649762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:31.666923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:40.446742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:40.450441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app-order-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app-order-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-order-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:46.607144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:46.610565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app-order-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app-order-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-order-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:37:55.267898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:37:55.291060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:01.126479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:01.131519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:09.793318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:09.796728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:13.017325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:13.039070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:21.811277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:21.814876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:30.079804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:30.107919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:35.589827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:35.593247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:40.318388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:40.324165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:49.063727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:49.087637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:38:53.016486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:38:53.019761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:09.915943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:09.942859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/code/community/Nosto/Tagging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:14.511200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:14.514532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/code/community/Nosto/Tagging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:23.251489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:23.254819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:28.428578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:28.455762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:32.954451+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:32.957734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:39.333830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:39.337110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:42.836956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:42.840434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:48.185002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:48.206248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:39:58.272093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:39:58.276072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:03.767320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:03.791673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:06.984202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:06.989049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:11.258286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:11.261577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:17.922888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:17.926200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:26.540036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:26.561024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:31.521347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:31.524682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:35.770242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:35.773508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:46.681294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:46.701585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app1-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app1-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app1-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:50.832167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:50.835511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app1-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app1-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app1-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:40:57.507300+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:40:57.510739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:03.457271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:03.478145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:05.874650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:05.877883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app2-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app2-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app2-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:09.484772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:09.489753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app2-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app2-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app2-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:13.302591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:13.305923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:16.046302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:16.049607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:24.813792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:24.833194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:29.237954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:29.241304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:30.185828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:30.189150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:34.682618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:34.685950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:44.355939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:44.372423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:41:48.246978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:41:48.250274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:00.260418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:00.278293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:06.352124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:06.355566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:09.419719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:09.423022+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Archipel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Archipel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Archipel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:14.290824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:14.294172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Archipel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Archipel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Archipel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:21.806353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:21.827330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:27.158862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:27.162273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:37.165007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:37.184037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:42.296681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:42.299972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:46.363097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:46.367063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:42:51.106644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:42:51.109944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:07.137103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:07.171519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/assets/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/assets/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:13.179929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:13.183249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/assets/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/assets/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:17.789429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:17.792895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:20.756642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:20.759942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:31.790517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:31.807625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Assignment3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Assignment3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:37.987960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:37.991389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Assignment3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Assignment3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:48.456473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:48.477528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:43:52.412334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:43:52.415685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:03.742024+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:03.763046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Assignment4/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Assignment4/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment4/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:12.663160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:12.666455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Assignment4/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Assignment4/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment4/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:20.619268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:20.640965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:27.913249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:27.916552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:38.795857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:38.821899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:42.366694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:42.370002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:48.380326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:48.383607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:44:57.075099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:44:57.107690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:03.471774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:03.475095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/awstats/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/awstats/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awstats/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:09.383584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:09.387130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/awstats/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/awstats/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awstats/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:16.714984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:16.736179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:22.388602+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:22.391924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:27.755888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:27.760056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/as-alias/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:34.715261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:34.736108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/as-alias/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:44.271117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:44.274497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:46.674265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:46.677558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:45:57.711154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:45:57.732671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:01.930643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:01.933982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:13.202510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:13.247464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:16.305339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:16.308664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:20.418518+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:20.421890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/dev-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:26.790741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:26.794075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/dev-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:33.016391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:33.099986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:38.434381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:38.437737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:42.600057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:42.603456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/empty-values/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:46.830962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:46.834280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/empty-values/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:46:55.609418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:46:55.642605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:01.382771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:01.386082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:05.091183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:05.094501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/filename/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:10.340406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:10.345381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/filename/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:26.666001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:26.701226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:31.734999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:31.738460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:41.867069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:41.886815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/override-value/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:45.929171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:45.932554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/override-value/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:53.988151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:53.991741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:47:57.887736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:47:57.928502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:10.581363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:10.584687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/prod-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:16.276250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:16.312153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/prod-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:23.737330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:23.740631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:32.896159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:32.924169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:39.036280+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:39.039733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/back-end/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/back-end/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back-end/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:44.492344+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:44.495767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back-end/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back-end/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back-end/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:49.538120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:49.605471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:48:55.819915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:48:55.823229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:02.194196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:02.197523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/back/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/back/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:09.497838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:09.548946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:15.800530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:15.804275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:23.261757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:23.265070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:30.481119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:30.515849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:35.269193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:35.272535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:44.744283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:44.748161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:51.984448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:52.030034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:49:57.451643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:49:57.454941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:03.421830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:03.425201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:09.000916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:09.035515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:13.205547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:13.208852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:22.351676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:22.354989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:26.365781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:26.402042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:37.251404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:37.254974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:50:44.078469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:50:44.095586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:00.693395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:00.765344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:06.031000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:06.034275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:13.635771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:13.639071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:19.375299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:19.421200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:27.835250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:27.838598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:36.361091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:36.391515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:45.402851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:45.406268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:47.991233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:47.994533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:54.592120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:54.624665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/basic-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/basic-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/basic-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:51:56.877257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:51:56.880863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/basic-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/basic-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/basic-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:01.487406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:01.490709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:06.468365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:06.472780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:22.002436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:22.030945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bgoldd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bgoldd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bgoldd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:28.687404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:28.690727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bgoldd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bgoldd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bgoldd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:33.030151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:33.033500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:41.360018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:41.382527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:46.206140+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:46.209422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bitcoind/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bitcoind/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bitcoind/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:50.758203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:50.761473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bitcoind/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bitcoind/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bitcoind/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:56.859464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:56.884089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:52:59.313874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:52:59.317179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:02.652745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:02.656051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:06.330126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:06.333574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:22.962328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:23.013983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:27.876951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:27.880237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:35.990839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:35.994126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:44.937588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:44.970073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:49.498101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:49.503531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:53:56.430948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:53:56.435239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:05.230252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:05.280454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:12.183272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:12.186610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:21.546038+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:21.597275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:26.936594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:26.940712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:35.564322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:35.567651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:41.124788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:41.142648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:43.535180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:43.538524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:49.889176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:49.892523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:55.024667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:55.027975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bookchain-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bookchain-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bookchain-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:54:59.488392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:54:59.509445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bookchain-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bookchain-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bookchain-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:02.591380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:02.594732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:10.474836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:10.478187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:16.910886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:16.928086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bootstrap/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bootstrap/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:20.423695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:20.427064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bootstrap/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bootstrap/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:26.609569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:26.613309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:31.719622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:31.722935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:35.676824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:35.721673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:39.943069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:39.946399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:44.234574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:44.237891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:49.037794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:49.041090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:55:53.652072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:55:53.668611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/Kubernetes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:01.370949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:01.374328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/Kubernetes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:13.310721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:13.333417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:19.800681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:19.804008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:31.783881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:31.805273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/OLCNE/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:35.861836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:35.865338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/OLCNE/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:40.438777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:40.442267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:46.266195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:46.269513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:52.264105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:52.299942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bucoffea/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bucoffea/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bucoffea/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:55.065210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:55.068516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bucoffea/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bucoffea/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bucoffea/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:56:58.946327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:56:58.951732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:05.345380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:05.348651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:15.217538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:15.239392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:22.289957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:22.295568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:32.404138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:32.423796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:38.381373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:38.384924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:47.616528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:47.633662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cardea/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cardea/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cardea/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:52.903110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:52.908843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cardea/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cardea/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cardea/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:57:59.347649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:57:59.351215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:05.162292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:05.180830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:15.245385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:15.248773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cdw-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cdw-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cdw-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:19.297271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:19.300621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cdw-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cdw-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cdw-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:26.637701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:26.654619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:29.715831+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:29.719111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:33.293592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:33.296895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:39.812755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:39.816048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:58:52.450213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:58:52.478658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:00.187293+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:00.190654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:13.828370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:13.855541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch2-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch2-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch2-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:20.767212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:20.770531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch2-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch2-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch2-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:28.797586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:28.800922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:35.373941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:35.391078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:42.643399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:42.646725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch6-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch6-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:46.946481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:46.949838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch6-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch6-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T13:59:56.323839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T13:59:56.372341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:04.238273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:04.241645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:11.445171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:11.465061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch6a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch6a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:15.138327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:15.145282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch6a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch6a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:22.201707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:22.205219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:27.475416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:27.494361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:38.228404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:38.232016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch7-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch7-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:43.280409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:43.301110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch7-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch7-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:00:55.852124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:00:55.855625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:01.718896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:01.734984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:12.225875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:12.229227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch7a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch7a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:18.531121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:18.547871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch7a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch7a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:33.734027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:33.753569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:38.996809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:39.000204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:46.217340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:46.222917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:54.174216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:54.189152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:01:58.700172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:01:58.703492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:02.464328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:02.468661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:05.896478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:05.900014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:08.326294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:08.329650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:16.841016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:16.860026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:20.150836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:20.154190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:30.473902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:30.477241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8b-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8b-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8b-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:33.759356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:33.777560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8b-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8b-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8b-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:40.670272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:40.673806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:45.096177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:45.099801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:02:52.815780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:02:52.842279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:00.457017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:00.460713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:17.355628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:17.372572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:22.331755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:22.335035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:33.832467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:33.857733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:39.870371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:39.873753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:52.965105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:52.985163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:03:58.504067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:03:58.507444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:05.411512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:05.414870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:20.045998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:20.101862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:30.344388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:30.350121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:36.840806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:36.859624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:47.801987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:47.805291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/charts/liveObjects/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/charts/liveObjects/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charts/liveObjects/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:04:55.624370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:04:55.642525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/charts/liveObjects/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/charts/liveObjects/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charts/liveObjects/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:11.057680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:11.079225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:14.616703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:14.619963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:22.416784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:22.421804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/chat-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/chat-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chat-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:31.506957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:31.539797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/chat-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/chat-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chat-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:34.452930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:34.456522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:38.710971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:38.714520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:45.428399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:45.431717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/chiminey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/chiminey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chiminey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:50.863763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:50.881226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/chiminey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/chiminey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chiminey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:05:59.045335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:05:59.048646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:03.909806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:03.913336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:07.746355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:07.766122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:12.170948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:12.174279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:26.350031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:26.405966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:34.303197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:34.306524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:42.512175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:42.529207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:48.786706+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:48.790114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:51.244918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:51.248394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:06:56.538838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:06:56.542158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:08.253920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:08.275254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/mutual-fund-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/mutual-fund-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/mutual-fund-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:13.318137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:13.321441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/mutual-fund-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/mutual-fund-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/mutual-fund-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:18.820523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:18.823821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:25.417388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:25.433406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:35.935837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:35.939108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:41.955348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:42.048595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:48.028863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:48.032149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:07:55.292215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:07:55.296589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:01.602673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:01.620107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:07.527868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:07.531188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:12.037319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:12.040630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:15.769917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:15.774002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:25.404077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:25.422362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/clld_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/clld_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/clld_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:34.536385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:34.540328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/clld_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/clld_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/clld_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:43.048538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:43.067081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:08:51.572934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:08:51.576302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:01.361830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:01.407391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cmd/testdata/expected/dot_env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:07.156111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:07.159659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cmd/testdata/expected/dot_env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:23.213565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:23.232999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:30.795980+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:30.801057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:34.385437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:34.389005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/code/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/code/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:38.904809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:38.929425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/code/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/code/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:44.919256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:44.922652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:09:50.641524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:09:50.644901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:00.922967+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:00.998434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/code/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/code/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:06.329596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:06.332875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/code/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/code/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:16.896001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:16.923950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:24.545093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:24.550680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:30.590320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:30.595065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CodeGolf.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:38.125232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:38.310117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CodeGolf.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:45.308289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:45.312150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:50.728086+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:50.731785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:10:58.364759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:10:58.385535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/codenames-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/codenames-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/codenames-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:03.605766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:03.609089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/codenames-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/codenames-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/codenames-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:07.336307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:07.339678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:10.186145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:10.190055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:17.824185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:17.841247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collab-connect-web-application/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collab-connect-web-application/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collab-connect-web-application/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:24.407963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:24.411294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collab-connect-web-application/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collab-connect-web-application/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collab-connect-web-application/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:27.947154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:27.950455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:31.649476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:31.653205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:38.034727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:38.060110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:43.946982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:43.950271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:11:54.213284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:11:54.244656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:00.935026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:00.938428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:09.309749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:09.330764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/community/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/community/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/community/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:16.516899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:16.520261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/community/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/community/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/community/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:20.767634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:20.771118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:24.075926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:24.079768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:33.336102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:33.417047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:42.734968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:42.738260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:49.644255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:49.748442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:12:55.141650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:12:55.145784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:02.992244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:02.995569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:06.812040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:06.830222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:10.748220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:10.751647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:15.039058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:15.043846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:20.916327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:20.919636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:28.000642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:28.020516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:39.540687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:39.544033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:48.419005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:48.437077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:13:56.240448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:13:56.243712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:02.496702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:02.502289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:08.019276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:08.040093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:15.667216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:15.670901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:24.749214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:24.767734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:31.194934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:31.198236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:44.273882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:44.292553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:51.155916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:51.159180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:55.164074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:55.167602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:14:58.498100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:14:58.501488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:06.688622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:06.724263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:13.768034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:13.771347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:22.218280+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:22.235090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/Datavase/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/Datavase/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:27.761080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:27.764367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/Datavase/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/Datavase/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:33.853933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:33.857202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:39.091894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:39.110598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:43.088772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:43.092045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:47.567508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:47.570813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:15:59.589891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:15:59.611263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:06.011228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:06.014490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:17.067463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:17.085706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/src/main/resources/org/jobrunr/dashboard/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:23.682979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:23.686297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/src/main/resources/org/jobrunr/dashboard/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:29.854249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:29.858284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:35.418694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:35.436748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:40.385815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:40.389098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/counterblockd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/counterblockd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterblockd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:45.194472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:45.198230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/counterblockd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/counterblockd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterblockd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:16:53.473390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:16:53.490103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:00.413582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:00.417575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:12.071124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:12.091111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/counterwallet/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/counterwallet/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterwallet/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:18.852148+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:18.855429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/counterwallet/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/counterwallet/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterwallet/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:20.278590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:20.281911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:25.580154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:25.583595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:35.314163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:35.335218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:41.331439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:41.334837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:51.642975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:51.660157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:17:59.102152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:17:59.105461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:06.146415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:06.149920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:10.907770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:10.927957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:24.995241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:24.999219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:30.634945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:30.681574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:40.174652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:40.178032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cronlab/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cronlab/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cronlab/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:43.141667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:43.145445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cronlab/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cronlab/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cronlab/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:47.821096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:47.839110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:18:52.521715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:18:52.525437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:01.742234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:01.746298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cryo_project/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cryo_project/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cryo_project/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:08.453049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:08.475457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cryo_project/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cryo_project/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cryo_project/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:15.820684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:15.825000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:20.878284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:20.883015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:28.164299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:28.182123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:30.374340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:30.380121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/css/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/css/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:35.255777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:35.259214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:40.422377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:40.426252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:51.671774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:51.688933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/custom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/custom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/custom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:19:57.759305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:19:57.762932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/custom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/custom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/custom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:09.543772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:09.770309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:14.214720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:14.219418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:27.916954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:28.141176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/d/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/d/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/d/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:32.120711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:32.124075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/d/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/d/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/d/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:40.571154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:40.575057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:45.349621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:45.388827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:47.428645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:47.432133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:20:54.730314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:20:54.733905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:02.776149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:02.794110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:09.618825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:09.622365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:21.203953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:21.222013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dataset1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dataset1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:24.013192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:24.018246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dataset1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dataset1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:31.044813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:31.048211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:36.780525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:36.799138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:43.055144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:43.059135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dataset2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dataset2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:48.567716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:48.571461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dataset2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dataset2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:21:55.596068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:21:55.614655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:01.344763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:01.348582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:07.341529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:07.345229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:09.760336+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:09.763815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:15.814447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:15.840187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:18.658205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:18.662176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:26.810452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:26.814936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delivery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delivery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delivery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:29.611546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:29.615202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/delivery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/delivery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delivery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:31.783912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:31.803072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:37.103813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:37.109926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:48.245051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:48.275217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:22:57.161535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:22:57.166360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:05.568596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:05.590640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:10.249204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:10.252672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:19.383703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:19.389683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:23.774118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:23.790596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:32.461731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:32.465717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:37.338582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:37.344077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:40.784617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:40.801502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:45.225284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:45.229362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:49.269098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:49.272517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:23:52.708029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:23:52.715038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:08.898577+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:08.919410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developerslv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developerslv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developerslv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:15.293668+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:15.297108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developerslv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developerslv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developerslv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:22.285190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:22.288699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:28.724149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:28.749539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:39.086761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:39.091748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:43.495876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:43.500110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:50.585118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:50.603256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:24:53.950418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:24:53.954159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:07.473884+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:07.676486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/directories/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/directories/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/directories/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:14.459498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:14.463137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/directories/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/directories/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/directories/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:23.212093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:23.233269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:28.435968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:28.439384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:33.269128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:33.273311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:25:37.265649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:25:37.270723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:08.873070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:08.900963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:15.347947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:15.351857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:23.387681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:23.391223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django_project_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django_project_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django_project_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:28.575284+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:28.630743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django_project_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django_project_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django_project_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:38.158895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:38.162231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:44.347442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:44.385623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:53.810357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:53.814334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django-blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django-blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django-blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:26:59.650383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:26:59.672686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django-blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django-blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django-blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:08.539132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:08.542589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:12.754125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:12.758003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:18.629589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:18.651796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:26.088236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:26.093562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:36.179332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:36.205334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:38.950332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:38.954785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:43.019389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:43.024201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:48.648829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:48.653829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:27:57.496610+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:27:57.528232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:00.385035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:00.388759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:02.231241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:02.234708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-compose/platform/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-compose/platform/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose/platform/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:08.416619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:08.419922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose/platform/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose/platform/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose/platform/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:12.729174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:12.752670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:18.360226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:18.365129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:25.618066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:25.622403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-elk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-elk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-elk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:31.725711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:31.745608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-elk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-elk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-elk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:41.836215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:41.840768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:48.387763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:48.411715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:28:57.156185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:28:57.159636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-network-healthcheck/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-network-healthcheck/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-network-healthcheck/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:01.229343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:01.232989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-network-healthcheck/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-network-healthcheck/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-network-healthcheck/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:08.195515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:08.222405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:15.823612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:15.827087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:20.934498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:20.938288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-node-mongo-redis/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-node-mongo-redis/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-redis/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:26.261180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:26.279423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-node-mongo-redis/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-node-mongo-redis/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-redis/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:35.854971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:35.859233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:43.312910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:43.338705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:50.293066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:50.296340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:29:58.950767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:29:58.971959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:09.385278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:09.389206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:16.709413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:16.732508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:22.195044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:22.198640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:28.363898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:28.368057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:32.914599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:32.939213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:39.609738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:39.613400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:49.761593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:49.781040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/compose/withMongo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/compose/withMongo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withMongo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:30:54.117477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:30:54.121551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/compose/withMongo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/compose/withMongo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withMongo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:03.968471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:03.972275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:09.372876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:09.393508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:22.784266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:22.788430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/compose/withPostgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/compose/withPostgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withPostgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:25.270185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:25.297280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/compose/withPostgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/compose/withPostgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withPostgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:38.966524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:38.970481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:43.099093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:43.118556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:50.441603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:50.445039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:31:54.765574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:31:54.769543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:02.829907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:02.847211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:08.479988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:08.483368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:13.357966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:13.361896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:18.123612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:18.144589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:31.554903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:31.559570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:35.267141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:35.284555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:41.156154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:41.159449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/examples/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/examples/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/examples/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:45.336548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:45.341227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/examples/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/examples/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/examples/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:49.714898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:49.718809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:32:55.134071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:32:55.154558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:01.330297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:01.334102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:05.532451+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:05.535901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:12.861802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:12.884680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:15.924190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:15.928301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:23.642970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:23.646404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/webdav/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/webdav/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/webdav/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:27.184805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:27.188200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/webdav/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/webdav/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/webdav/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:32.657118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:32.676945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:39.232461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:39.236286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:46.250071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:46.254657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:33:52.478096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:33:52.512635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:06.091268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:06.094937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:11.052933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:11.076910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:17.217549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:17.221034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dodoswap-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dodoswap-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dodoswap-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:23.204550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:23.208097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dodoswap-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dodoswap-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dodoswap-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:30.327511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:30.348772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:39.128456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:39.131905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:49.196942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:49.221772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dotfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dotfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dotfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:54.893376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:54.896748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dotfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dotfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dotfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:34:59.523267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:34:59.527571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:03.117214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:03.121040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:09.318561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:09.339888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/download/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/download/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/download/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:14.666768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:14.670510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/download/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/download/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/download/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:21.699992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:21.703412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:27.388390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:27.417259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:33.351348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:33.355052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/downloads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/downloads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/downloads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:38.765810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:38.769716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/downloads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/downloads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/downloads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:44.665320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:44.688376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:50.168384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:50.174246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:35:54.878340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:35:54.882736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:00.036206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:00.099617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:10.587033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:10.590702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:17.132514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:17.154176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:33.717415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:33.739268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:39.994165+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:39.997544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:47.541279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:47.545005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:51.778354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:51.801836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:36:57.878727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:36:57.882096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/engine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/engine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:03.591985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:03.595265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/engine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/engine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:10.144097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:10.165920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:14.353387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:14.356772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:27.249393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:27.286140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:35.029711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:35.033078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:37.641135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:37.644406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:41.906212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:41.909493+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:48.763260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:48.780926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/mariadb-test/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:56.216958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:56.220218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/mariadb-test/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:37:59.715382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:37:59.718680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:04.387657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:04.425584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:09.816355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:09.819677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/dockers/php-apache/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/dockers/php-apache/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/php-apache/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:11.777281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:11.780521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/dockers/php-apache/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/dockers/php-apache/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/php-apache/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:15.281312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:15.284584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:25.574120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:25.594710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:34.045042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:34.048669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:39.622211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:39.625528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:44.511514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:44.527905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:47.816192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:47.819560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:52.101325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:52.104634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/template/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/template/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/template/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:38:58.532804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:38:58.536106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/template/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/template/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/template/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:10.321919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:10.352226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:18.087894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:18.091259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:26.204462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:26.223831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environments/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environments/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:35.102906+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:35.106197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/environments/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/environments/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:44.435295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:44.455181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:51.251528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:51.254883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:39:57.175699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:39:57.179181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environments/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environments/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:03.587678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:03.603838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/environments/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/environments/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:17.492789+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:17.496095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:25.609682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:25.628981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:29.200460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:29.203839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/error/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/error/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:37.084411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:37.087698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/error/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/error/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:41.587738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:41.606142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:50.302474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:50.305779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:40:58.022649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:40:58.041488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/errors/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/errors/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/errors/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:01.976882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:01.980554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/errors/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/errors/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/errors/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:10.404460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:10.407761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:15.053440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:15.082390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:20.662304+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:20.665664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:28.262402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:28.266344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:38.567821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:38.586017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:46.634698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:46.638013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:41:58.844748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:41:58.862670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example02-golang-package/import-underscore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:02.920575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:02.924188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example02-golang-package/import-underscore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:11.485771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:11.489111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:16.392791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:16.410576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:27.587851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:27.591205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample01/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:33.726430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:33.759260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample01/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:39.005653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:39.008967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:43.140392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:43.143704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:49.286851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:49.304289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample02/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:42:52.875463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:42:52.878792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample02/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:03.353042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:03.356296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:08.240955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:08.276520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:16.343397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:16.346797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:20.585259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:20.588528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:31.953552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:31.970581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:37.977542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:37.980852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:43.687497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:43.690854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/01-simple-model/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/01-simple-model/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/01-simple-model/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:47.003853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:47.023753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/01-simple-model/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/01-simple-model/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/01-simple-model/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:43:56.058114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:43:56.061430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:02.281548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:02.299039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:08.459515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:08.462802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/02-complex-example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/02-complex-example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/02-complex-example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:13.405119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:13.408409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/02-complex-example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/02-complex-example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/02-complex-example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:18.788589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:18.805206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:25.812532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:25.815830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:36.865133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:36.881553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/03-one-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:43.373890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:43.377195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/03-one-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:48.058535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:48.061925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:44:55.794033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:44:55.812021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:04.905278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:04.908552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/04-many-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:11.057713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:11.094880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/04-many-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:14.479570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:14.483082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:20.033694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:20.037021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:32.270541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:32.294001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:38.268333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:38.271623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:42.063607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:42.066870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:45:48.633736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:45:48.650239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:03.270250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:03.273822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/06-base-service/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/06-base-service/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/06-base-service/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:09.096467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:09.119222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/06-base-service/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/06-base-service/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/06-base-service/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:10.249397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:10.252631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:15.733521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:15.736823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:23.825699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:23.829035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/07-feature-flags/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/07-feature-flags/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/07-feature-flags/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:29.168093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:29.185298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/07-feature-flags/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/07-feature-flags/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/07-feature-flags/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:42.935608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:42.939199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:46.632140+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:46.648256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:46:55.308404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:46:55.311785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/08-performance/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/08-performance/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/08-performance/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:00.467535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:00.470846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/08-performance/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/08-performance/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/08-performance/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:14.194349+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:14.212820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:20.825546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:20.828916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:33.971092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:33.988629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/09-production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/09-production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/09-production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:40.195620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:40.198928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/09-production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/09-production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/09-production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:46.263207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:46.266478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:52.073198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:52.091881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:47:59.800749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:47:59.804079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/10-subscriptions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/10-subscriptions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:04.470617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:04.474422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/10-subscriptions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/10-subscriptions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:12.105373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:12.151963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:17.785216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:17.788516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:23.216298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:23.219654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/11-transactions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/11-transactions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/11-transactions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:27.637064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:27.656027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/11-transactions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/11-transactions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/11-transactions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:36.307068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:36.310553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:44.182488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:44.198588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:48:54.843092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:48:54.846414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/drupal-separate-services/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/drupal-separate-services/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/drupal-separate-services/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:02.931644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:02.952686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/drupal-separate-services/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/drupal-separate-services/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/drupal-separate-services/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:10.434856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:10.438133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:15.011731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:15.016696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:21.427594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:21.449122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:27.616624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:27.621276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:35.531618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:35.534934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:42.649449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:42.674844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:50.456342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:50.459734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:49:58.174971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:49:58.193289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:07.370544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:07.373853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:13.854231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:13.871524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:20.559883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:20.563306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:26.276630+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:26.281903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:29.358212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:29.374695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:34.110414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:34.113793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:42.184710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:42.188463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/vue-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:52.136293+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:52.153685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/vue-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:50:56.043129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:50:56.046428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:01.534107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:01.537414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:06.645522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:06.648827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:11.457236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:11.491736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:22.522973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:22.526328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:27.099201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:27.171666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:35.181732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:35.185127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/with-cookie-auth-fauna/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:37.692317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:37.695833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/with-cookie-auth-fauna/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:48.090985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:48.124968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:51:54.682469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:51:54.687078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:01.129522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:01.132847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-dotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-dotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-dotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:06.222694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:06.251820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-dotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-dotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-dotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:15.955937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:15.959466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:23.831592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:23.856883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:29.982008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:29.986646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-firebase-authentication-serverless/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:36.482976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:36.486369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-firebase-authentication-serverless/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:44.836943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:44.869603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:52:51.150283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:52:51.154782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:04.260481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:04.279798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-react-relay-network-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:12.412620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:12.415926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-react-relay-network-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:23.952963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:23.983195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:32.340339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:32.344548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:37.344991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:37.349098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-relay-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-relay-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-relay-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:43.410822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:43.466950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-relay-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-relay-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-relay-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:51.139518+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:51.142860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:53:58.525470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:53:58.584337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:08.153145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:08.156424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-universal-configuration-build-time/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:12.526508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:12.529933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-universal-configuration-build-time/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:25.505969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:25.532827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:30.582639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:30.585935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:37.122370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:37.126116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/exapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/exapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:41.944106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:41.988556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/exapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/exapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:52.199536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:52.202925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:54:57.659897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:54:57.737655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:07.642748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:07.646755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Exercise.Frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Exercise.Frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:15.037086+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:15.076523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Exercise.Frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Exercise.Frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:20.297006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:20.300437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:25.398396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:25.401718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:36.615235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:36.639295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Exercise.Frontend/train/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Exercise.Frontend/train/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/train/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:42.797241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:42.800541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Exercise.Frontend/train/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Exercise.Frontend/train/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/train/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:48.386207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:48.389702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:55:55.148650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:55:55.180317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:01.473550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:01.476883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/export/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/export/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/export/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:07.077768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:07.081349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/export/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/export/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/export/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:13.708298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:13.742282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:20.481124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:20.485087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:29.844985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:29.867644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:35.867398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:35.870816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:41.647843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:41.651389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:45.031990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:45.050676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:53.424023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:53.427581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:56:59.118051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:56:59.121489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:08.193067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:08.213699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:13.641569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:13.644876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:25.048769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:25.066768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:29.391497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:29.394780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:40.480437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:40.499469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:44.041967+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:44.045271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:49.911146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:49.914447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FE/huey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FE/huey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FE/huey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:57:55.171077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:57:55.174484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/FE/huey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/FE/huey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FE/huey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:03.977186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:04.009106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:08.683632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:08.686901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:19.966822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:19.985293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fedex/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fedex/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fedex/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:24.303594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:24.306850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fedex/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fedex/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fedex/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:32.177134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:32.180409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:41.221847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:41.239371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:49.367358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:49.370894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:58:56.631343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:58:56.650865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:01.167384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:01.173320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:06.757904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:06.761165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:15.194264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:15.215642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/files/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/files/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:23.573905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:23.577194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/files/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/files/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:33.998034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:34.060862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:40.620659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:40.623931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:46.052984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:46.056299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fileserver/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fileserver/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fileserver/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T14:59:54.409898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T14:59:54.427492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fileserver/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fileserver/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fileserver/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:02.367688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:02.371067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:08.747152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:08.750569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:19.052675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:19.095542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/films/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/films/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/films/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:24.061134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:24.064425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/films/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/films/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/films/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:31.368817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:31.372789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:36.377022+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:36.408953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:53.692993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:53.783892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/Airflow_Dag/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:00:57.106972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:00:57.110238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/Airflow_Dag/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:09.160044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:09.232410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:14.937172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:14.940468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:29.796152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:29.903795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/kafka_twitter/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:37.038343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:37.041679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/kafka_twitter/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:44.742810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:44.746260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:49.810848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:49.829172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:01:56.965612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:01:56.968989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/StartingFile/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/StartingFile/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/StartingFile/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:02.858736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:02.862147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/StartingFile/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/StartingFile/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/StartingFile/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:14.975972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:15.019585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:20.393854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:20.397291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:26.201388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:26.204663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/finalVersion/lcomernbootcamp/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:31.236663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:31.269375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/finalVersion/lcomernbootcamp/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:37.748218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:37.751640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:43.366569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:43.369895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:47.017301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:47.036617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FIRST_CONFIG/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FIRST_CONFIG/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FIRST_CONFIG/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:02:52.594459+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:02:52.597787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/FIRST_CONFIG/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/FIRST_CONFIG/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FIRST_CONFIG/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:04.148800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:04.171586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:09.694667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:09.697952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:16.457228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:16.460520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/first-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/first-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/first-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:21.733318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:21.751620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/first-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/first-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/first-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:30.898063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:30.901364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:36.402710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:36.406205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:47.783748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:47.802039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fisdom/fisdom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fisdom/fisdom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fisdom/fisdom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:52.937430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:52.940883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fisdom/fisdom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fisdom/fisdom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fisdom/fisdom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:03:56.452712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:03:56.456029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:03.769246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:03.790208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:09.405645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:09.409058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/blocks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/blocks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/blocks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:13.022994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:13.026443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/blocks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/blocks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/blocks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:24.428928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:24.446308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:31.591721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:31.595040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:34.808946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:34.812250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/fiber-debugger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:38.480435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:38.483894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/fiber-debugger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:42.528325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:42.552760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:47.640215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:47.643570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:04:56.798133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:04:56.802582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/flight/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/flight/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/flight/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:02.795191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:02.814550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/flight/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/flight/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/flight/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:12.066060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:12.069638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:18.391154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:18.409434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:27.185959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:27.189271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/kitchensink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/kitchensink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:31.521938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:31.525544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/kitchensink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/kitchensink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:36.690910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:36.708104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:41.223416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:41.227109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:46.028834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:46.032253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flask_test_uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flask_test_uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flask_test_uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:05:49.320669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:05:49.324685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flask_test_uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flask_test_uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flask_test_uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:00.759235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:00.774572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:07.888088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:07.891377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:11.981203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:11.984477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:17.093218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:17.114481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:23.927476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:23.930765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:31.810293+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:31.813957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:38.823455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:38.845967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/font-icons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/font-icons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/font-icons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:42.399081+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:42.403758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/font-icons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/font-icons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/font-icons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:47.297150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:47.300511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:06:51.339430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:06:51.344016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:06.937298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:06.957845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:10.207542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:10.210852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:20.764195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:20.767798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:26.860920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:26.884885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:29.032023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:29.036173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:35.633731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:35.637056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:49.383567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:49.459365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:07:54.066962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:07:54.070745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:04.553543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:04.617453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-empathy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-empathy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-empathy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:07.806807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:07.810081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-empathy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-empathy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-empathy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:16.262219+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:16.265537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:21.942883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:21.959617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:30.900648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:30.903943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-end/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-end/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-end/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:38.594245+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:38.613058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-end/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-end/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-end/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:43.849287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:43.852572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:48.372080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:48.375400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:08:55.144075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:08:55.170368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:00.670111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:00.673419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:13.794598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:13.830667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:18.521724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:18.525032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:23.195917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:23.199274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:29.364982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:29.432174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:39.764691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:39.767993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:44.019154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:44.022555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:49.700791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:49.719774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:09:53.789316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:09:53.792658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:08.318634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:08.337034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:17.365235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:17.368526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:25.205834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:25.233641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:29.979974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:29.985890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:42.883409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:42.905971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:49.120567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:49.123887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:10:56.295687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:10:56.299040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:00.216925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:00.236181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:04.033898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:04.037365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:09.510229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:09.513496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:13.149080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:13.152363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:19.612594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:19.682797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:30.298498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:30.301791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:35.051968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:35.086641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:45.352037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:45.355335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:49.294978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:49.298370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:54.303044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:54.322962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:11:59.581556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:11:59.584822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:14.600087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:14.617973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:22.684048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:22.687306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:31.925880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:31.942703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:37.670242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:37.674449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:45.762926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:45.766212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:12:51.810309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:12:51.874973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:01.379360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:01.382645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:07.650500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:07.691590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:21.895444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:21.898920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:28.693433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:28.719366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:37.739481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:37.742909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:40.565494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:40.568811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:48.503381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:48.521789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:53.116565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:53.119939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:13:59.880065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:13:59.884147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:04.573061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:04.593067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:11.049471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:11.053734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:14.839522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:14.842952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:22.529905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:22.591412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:25.799561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:25.802844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:33.976961+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:33.980357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:37.158109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:37.161437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:44.553192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:44.588687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:51.163894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:51.167194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:14:54.473517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:14:54.476895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:01.311807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:01.333816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:10.028889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:10.032331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:13.682389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:13.685676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:25.815944+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:25.835088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:32.319423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:32.323075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:43.257705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:43.283405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:46.927772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:46.933726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:15:57.563575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:15:57.568433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fuyun/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fuyun/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fuyun/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:02.708073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:02.746830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fuyun/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fuyun/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fuyun/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:12.661287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:12.664603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:17.971368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:17.998066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:31.039608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:31.045587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gallery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gallery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:35.469381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:35.505380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gallery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gallery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:43.800895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:43.804669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:48.919376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:48.924442+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:16:58.346717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:16:58.407248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:03.493069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:03.497316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:07.513238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:07.518939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:11.338201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:11.341758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:21.016940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:21.041435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:27.319354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:27.323435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:36.181503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:36.211714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:41.705800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:41.709996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:52.923481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:52.953210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gameclient/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gameclient/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameclient/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:17:57.947643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:17:57.951014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gameclient/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gameclient/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameclient/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:02.310403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:02.314072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:05.501847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:05.505454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:14.562767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:14.591130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gamedev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gamedev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gamedev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:19.464337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:19.467986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gamedev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gamedev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gamedev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:30.686762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:30.714703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:34.428736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:34.432266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:45.411983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:45.415381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gameone/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gameone/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameone/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:18:51.994574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:18:52.013837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gameone/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gameone/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameone/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:01.324027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:01.327444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:11.602659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:11.623278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:18.823286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:18.826934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/games/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/games/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/games/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:24.086638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:24.090779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/games/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/games/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/games/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:30.797653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:30.821786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:33.491632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:33.495687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:39.210415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:39.214081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gcloud-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gcloud-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:44.738881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:44.742276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gcloud-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gcloud-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:52.467528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:52.485410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:19:57.800967+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:19:57.804730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:04.099017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:04.102678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/GeekMoney/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/GeekMoney/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GeekMoney/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:10.719729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:10.771080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GeekMoney/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GeekMoney/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GeekMoney/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:14.943756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:14.947722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:23.638885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:23.642684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:34.114981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:34.160098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gems/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gems/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gems/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:41.826506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:41.829999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gems/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gems/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gems/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:52.484932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:52.510309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:20:56.646145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:20:56.649746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:03.278406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:03.281736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/general/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/general/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/general/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:10.579726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:10.599691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/general/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/general/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/general/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:17.417356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:17.421354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:22.360069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:22.363411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:35.506476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:35.524450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:40.315253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:40.318859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:49.355681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:49.359188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:21:57.556321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:21:57.584469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:00.927943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:00.931247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/geo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/geo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/geo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:04.594866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:04.598531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/geo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/geo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/geo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:10.604042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:10.607375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:15.549877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:15.584469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:21.878266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:21.881701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lemonldap-ng-fr-doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:31.956258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:31.977707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lemonldap-ng-fr-doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:37.062414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:37.065984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:45.250149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:45.254035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:22:53.922246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:22:53.942937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/letsencrypt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/letsencrypt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/letsencrypt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:01.544601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:01.547924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/letsencrypt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/letsencrypt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/letsencrypt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:11.751713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:11.774511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:19.784198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:19.787730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:26.170153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:26.173517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lib/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lib/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:31.076098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:31.137664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:34.536735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:34.540906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:41.219437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:41.223181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:45.171078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:45.175226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:48.678940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:48.697007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:52.290035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:52.293495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:23:57.284194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:23:57.287857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:02.897586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:02.901176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/libs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/libs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/libs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:10.045634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:10.069140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/libs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/libs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/libs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:17.230385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:17.234078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:23.188790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:23.193887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:31.135904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:31.176101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linux/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linux/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linux/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:37.690873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:37.696088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/linux/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/linux/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linux/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:24:52.360861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:24:52.381070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:01.026544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:01.030751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:09.576876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:09.645172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:14.093354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:14.097207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:23.318856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:23.322492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:28.397904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:28.427715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:39.770466+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:39.774302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/log/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/log/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/log/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:44.734531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:44.753145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/log/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/log/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/log/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:25:53.475225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:25:53.479758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:01.439686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:01.457120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:06.409553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:06.413459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:08.502028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:08.505641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/logging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/logging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:24.189701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:24.213540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:28.284274+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:28.287688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:37.544459+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:37.548138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:43.581158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:43.606746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:48.582752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:48.586996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:26:53.552711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:26:53.556116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:02.402063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:02.436981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:09.834780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:09.840722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:13.692049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:13.695845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:19.199512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:19.219067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:23.506763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:23.510083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailinabox/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailinabox/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailinabox/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:31.268113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:31.271936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mailinabox/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mailinabox/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailinabox/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:41.208925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:41.227221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:27:48.288221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:27:48.294128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:02.006697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:02.036946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailman/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailman/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailman/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:07.200033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:07.203817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mailman/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mailman/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailman/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:13.281947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:13.285267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:20.315524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:20.344132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:24.436391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:24.440331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main_user/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main_user/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main_user/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:29.644380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:29.647798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/main_user/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/main_user/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main_user/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:38.568451+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:38.612479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:28:44.010311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:28:44.015263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:00.283854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:00.304306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:06.199350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:06.203150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/main/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/main/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:08.631894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:08.635239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:14.511580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:14.515271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:22.985259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:23.019122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:27.635551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:27.638887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:33.730274+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:33.734054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:40.201736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:40.227615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:41.084589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:41.088587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/master/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/master/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:44.431497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:44.434951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/master/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/master/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:48.850104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:48.854451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:53.402635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:53.407572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:29:55.564987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:29:55.581654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:00.793004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:00.799370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:12.686192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:12.700995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:17.425333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:17.430348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:24.476880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:24.480142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/memcached/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/memcached/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/memcached/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:27.534217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:27.537487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/memcached/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/memcached/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/memcached/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:40.154365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:40.172952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:44.486528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:44.489831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:45.832030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:45.835298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:50.494189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:50.497500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:30:58.923944+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:30:58.947740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:05.126476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:05.129790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:18.794728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:18.811903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react-communication/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react-communication/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react-communication/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:23.605170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:23.609293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react-communication/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react-communication/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react-communication/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:35.476767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:35.520223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:42.732523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:42.735789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:47.534695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:47.537951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:31:51.037850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:31:51.065891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:01.347004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:01.350332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:06.051338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:06.110986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:14.945464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:14.948790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mindsweeper/gui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mindsweeper/gui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mindsweeper/gui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:21.940885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:21.959900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mindsweeper/gui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mindsweeper/gui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mindsweeper/gui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:32.806746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:32.810060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:39.798502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:39.815497+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:42.831685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:42.834945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/minified/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/minified/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/minified/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:48.060601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:48.063857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/minified/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/minified/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/minified/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:32:54.206484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:32:54.209769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:02.637456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:02.656936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:14.718890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:14.722185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/misc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/misc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/misc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:21.138647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:21.156194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/misc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/misc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/misc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:28.097077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:28.100462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:34.746058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:34.750241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:42.707825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:42.736094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Modix/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Modix/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Modix/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:49.313637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:49.316927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Modix/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Modix/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Modix/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:33:56.496815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:33:56.500128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:07.179677+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:07.199293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:13.022624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:13.028404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monerod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monerod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monerod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:17.333958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:17.338614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monerod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monerod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monerod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:25.275329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:25.292073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:34.606399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:34.611707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:41.581847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:41.600822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mongodb/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mongodb/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mongodb/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:52.672071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:52.675364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mongodb/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mongodb/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mongodb/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:34:59.715039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:34:59.752819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:05.322389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:05.325690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:12.863252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:12.866635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:19.896713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:19.913602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:24.621564+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:24.625000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:27.581406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:27.584707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:33.969927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:33.973225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/moodledata/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/moodledata/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/moodledata/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:39.266797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:39.285313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/moodledata/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/moodledata/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/moodledata/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:44.575687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:44.578998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:35:47.884987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:35:47.888269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:02.691841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:02.710674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/msks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/msks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/msks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:08.799650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:08.802954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/msks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/msks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/msks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:16.848889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:16.853763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:20.871230+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:20.888743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:29.967450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:29.971003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/munki_repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/munki_repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/munki_repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:32.913287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:32.916627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/munki_repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/munki_repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/munki_repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:40.693491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:40.712827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:47.366040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:47.369341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:52.295110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:52.298426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/music/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/music/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/music/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:36:56.209744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:36:56.227749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/music/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/music/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/music/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:01.994125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:01.997447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:07.554963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:07.558238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:15.261103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:15.278189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MyRentals.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:20.954228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:20.957696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MyRentals.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:32.233720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:32.252107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:35.619292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:35.622830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:47.268873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:47.298927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/name/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/name/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/name/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:51.069142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:51.072403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/name/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/name/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/name/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:37:55.374006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:37:55.377303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:01.096922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:01.100265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:17.305028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:17.335701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new-js/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new-js/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new-js/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:21.558068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:21.561349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new-js/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new-js/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new-js/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:35.774782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:35.793769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:40.612252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:40.615560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:51.325205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:51.344906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/news-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/news-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/news-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:55.249997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:55.253287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/news-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/news-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/news-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:38:58.001023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:38:58.004269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:03.538693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:03.541988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:12.553960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:12.571602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/nginx-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/nginx-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:15.798939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:15.802240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nginx-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nginx-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:18.052194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:18.055546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:24.510828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:24.514100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:29.073723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:29.092954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/nginx/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/nginx/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:33.682564+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:33.685864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nginx/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nginx/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:38.474316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:38.477596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:47.800095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:47.818827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:39:58.273228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:39:58.276636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/niffler-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/niffler-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/niffler-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:02.104700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:02.108079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/niffler-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/niffler-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/niffler-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:06.516264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:06.535116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:12.319320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:12.322605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:18.587549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:18.590851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/node_modules/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/node_modules/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:22.962972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:22.979019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:28.216408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:28.219965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:32.109028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:32.112507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:36.374645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:36.377965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:43.476097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:43.492581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:40:53.498567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:40:53.501890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:00.819188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:00.835978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:05.896746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:05.900002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/ManageUserRoles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:10.995460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:10.998737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/ManageUserRoles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:18.458649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:18.477437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:24.385246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:24.388613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:32.995219+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:32.998490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/noVNC/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/noVNC/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/noVNC/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:37.203151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:37.221587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/noVNC/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/noVNC/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/noVNC/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:44.873604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:44.876917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:49.454339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:49.457632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:41:59.953375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:41:59.969644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nuke.App.Ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nuke.App.Ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nuke.App.Ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:05.588127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:05.591702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nuke.App.Ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nuke.App.Ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nuke.App.Ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:15.608282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:15.633142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:19.681959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:19.685267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:26.523331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:26.528353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oldsanta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oldsanta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oldsanta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:35.069417+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:35.088321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/oldsanta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/oldsanta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oldsanta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:39.476063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:39.479338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:42.743483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:42.746742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:42:53.102144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:42:53.119784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ops/vagrant/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ops/vagrant/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ops/vagrant/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:02.137582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:02.140884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ops/vagrant/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ops/vagrant/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ops/vagrant/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:07.817735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:07.821308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:13.435576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:13.454127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:26.307315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:26.310894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/option/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/option/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/option/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:30.106668+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:30.125041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/option/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/option/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/option/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:44.289503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:44.292873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:48.753255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:48.772725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:43:57.189341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:43:57.192630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:03.832768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:03.853980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:15.174543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:15.177803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:21.868999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:21.913692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:25.863550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:25.866824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/outputs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/outputs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/outputs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:29.344205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:29.347796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/outputs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/outputs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/outputs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:37.994623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:38.020121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:43.835522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:43.838818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:54.020511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:54.038128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/owncloud/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/owncloud/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:44:59.401926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:44:59.405219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/owncloud/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/owncloud/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:08.034194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:08.037500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:18.735096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:18.753736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:25.555970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:25.559274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:30.383742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:30.387096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:36.720862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:36.771508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:41.386374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:41.390377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:49.970974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:49.974466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:45:54.503129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:45:54.533589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:07.998322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:08.001961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:12.278019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:12.303153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:14.479470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:14.482837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:18.598910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:18.602218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:33.324908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:33.388982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:38.639156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:38.642473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:44.875069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:44.878382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:48.743804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:48.760823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:55.906506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:46:55.909803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:46:59.999080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:00.003949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:09.238072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:09.266283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/page-editor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/page-editor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/page-editor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:13.581122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:13.584428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/page-editor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/page-editor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/page-editor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:25.111103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:25.141646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:30.188132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:30.191458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:39.479921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:39.483226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/parity/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/parity/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parity/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:46.462721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:46.481195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/parity/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/parity/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parity/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:47:54.506336+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:47:54.509618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:01.785169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:01.816470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:09.824135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:09.827424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Passportjs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Passportjs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Passportjs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:17.142213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:17.216792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Passportjs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Passportjs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Passportjs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:22.504387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:22.507687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:27.755928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:27.759254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:31.093467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:31.099412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/patchwork/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/patchwork/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patchwork/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:39.389457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:39.406855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/patchwork/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/patchwork/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patchwork/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:50.279471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:50.282803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:48:55.499386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:48:55.517401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:02.415271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:02.418598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:06.883715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:06.887012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:14.048152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:14.065683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:15.734674+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:15.737949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:18.362277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:18.365611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pfbe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pfbe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pfbe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:22.342394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:22.345738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pfbe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pfbe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pfbe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:26.862495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:26.865827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:31.125724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:31.142303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:34.723004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:34.726272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pictures/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pictures/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pictures/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:37.990657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:37.993971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pictures/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pictures/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pictures/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:51.461891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:51.480033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:49:55.227090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:49:55.230461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:01.688565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:01.691881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/playground/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/playground/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/playground/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:04.356781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:04.360405+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/playground/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/playground/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/playground/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:12.650641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:12.669741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:15.942785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:15.946064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:17.852774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:17.856027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:21.752170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:21.755465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:24.705667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:24.708969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:34.638202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:34.696082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:42.285961+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:42.289593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/post-deployment/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/post-deployment/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/post-deployment/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:50:51.021179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:50:51.039409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/post-deployment/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/post-deployment/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/post-deployment/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:03.406596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:03.409917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:09.138249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:09.162847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:19.695774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:19.699063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/postfixadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/postfixadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/postfixadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:23.904507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:23.907856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/postfixadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/postfixadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/postfixadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:29.674243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:29.699072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:33.873631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:33.876883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:45.189415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:45.206734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/price_hawk_client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/price_hawk_client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/price_hawk_client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:51:50.540072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:51:50.543339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/price_hawk_client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/price_hawk_client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/price_hawk_client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:01.187410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:01.205209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:05.366128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:05.369420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:19.919359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:19.938653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:26.213790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:26.217100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:31.947260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:31.950773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:37.497396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:37.513925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:44.069515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:44.072781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:50.026914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:50.030772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/private/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/private/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:52:59.801257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:52:59.827408+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:04.934223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:04.937761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:14.959959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:14.978272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/processor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/processor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/processor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:20.786771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:20.790082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/processor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/processor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/processor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:25.349877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:25.353270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:31.549235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:31.565722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:36.982977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:36.986253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:40.652700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:40.658102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:45.487964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:45.491304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:53:49.707072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:53:49.734229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:01.383888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:01.387211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:08.743551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:08.766815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:15.775267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:15.778608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:20.429799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:20.433149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:34.482011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:34.500483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/project_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/project_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:37.272065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:37.275377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/project_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/project_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:42.895842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:42.899127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:49.033548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:49.036875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:54.764021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:54.782697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/psnlink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/psnlink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/psnlink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:54:58.618146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:54:58.621433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/psnlink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/psnlink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/psnlink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:04.868000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:04.871333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:09.881234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:09.899722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:17.220363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:17.223655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pt2/countries/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pt2/countries/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt2/countries/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:22.753924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:22.757234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pt2/countries/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pt2/countries/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt2/countries/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:28.469204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:28.485848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:35.320544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:35.323809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:44.398316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:44.427196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pt8/library-backend-gql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pt8/library-backend-gql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt8/library-backend-gql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:46.977868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:46.981138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pt8/library-backend-gql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pt8/library-backend-gql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt8/library-backend-gql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:51.172170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:51.176082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:55:58.824287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:55:58.827555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:10.570108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:10.599180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pub/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pub/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pub/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:17.685086+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:17.688372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pub/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pub/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pub/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:27.598510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:27.615116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:33.207387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:33.210682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:34.756991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:34.760224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public_html/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public_html/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:38.851270+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:38.854597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public_html/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public_html/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:43.579154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:43.597706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:49.800279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:49.803538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:52.573724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:52.577029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:56:54.321251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:56:54.325013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:05.075026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:05.102234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:09.284210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:09.287498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:13.899634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:13.902943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:19.047051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:19.050387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:23.501388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:23.534768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:29.055725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:29.060436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:34.486154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:34.489454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/question2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/question2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:44.133232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:44.188559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/question2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/question2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:51.020927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:51.024250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:57:55.779825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:57:55.783124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:02.465745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:02.499357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/qv-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/qv-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qv-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:07.768060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:07.771362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qv-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qv-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qv-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:09.557116+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:09.560641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:15.166189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:15.169496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:17.402915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:17.406766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rabbitmq-cluster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rabbitmq-cluster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rabbitmq-cluster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:22.691745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:22.710914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rabbitmq-cluster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rabbitmq-cluster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rabbitmq-cluster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:28.105865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:28.109177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:36.661235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:36.664596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:45.162066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:45.228263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rails-api/react-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rails-api/react-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rails-api/react-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:51.552175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:51.555519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rails-api/react-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rails-api/react-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rails-api/react-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:58:55.369476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:58:55.372812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:01.491892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:01.512150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:14.398423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:14.401791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rasax/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rasax/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rasax/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:20.404384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:20.422729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rasax/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rasax/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rasax/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:35.599217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:35.638384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:42.927384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:42.930668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:51.147956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:51.184052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/react_todo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/react_todo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/react_todo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T15:59:56.108624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T15:59:56.111921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/react_todo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/react_todo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/react_todo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:06.804214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:06.832500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:12.337272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:12.340554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:21.282059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:21.285366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/redmine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/redmine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:24.904034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:24.933747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/redmine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/redmine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:34.787629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:34.790940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:38.288748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:38.292091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:46.820125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:46.865337+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:00:55.328143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:00:55.331440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:02.914060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:02.951395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:06.424163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:06.427471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:15.836868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:15.840886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:21.426425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:21.445157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:33.350046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:33.353344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:37.127036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:37.168852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:43.281855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:43.285277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:01:51.616557+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:01:51.619841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:00.965520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:01.015262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:10.676141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:10.679439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:21.679179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:21.697531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:24.378685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:24.382040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:29.986327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:29.989703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:32.440013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:32.443328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:39.435332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:39.464664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:46.540899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:46.544197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:55.826070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:55.861942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:02:58.385234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:02:58.388566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:10.898886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:10.951396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/mysql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/mysql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/mysql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:16.499398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:16.503011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/mysql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/mysql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/mysql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:24.696914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:24.700197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:33.157846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:33.195742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:42.128359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:42.131840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/phpmyadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:47.383600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:47.389320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/phpmyadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:50.906338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:50.939633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:03:56.532688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:03:56.535994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:08.227746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:08.256007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rabbitmq/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:13.947467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:13.950747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rabbitmq/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:22.766837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:22.770166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:31.046942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:31.063128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:40.990698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:40.993968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/rediscommander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/rediscommander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rediscommander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:48.102639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:48.121821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/rediscommander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/rediscommander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rediscommander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:04:57.061528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:04:57.064936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:06.486971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:06.536827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:15.372039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:15.375366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resourcesync/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resourcesync/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resourcesync/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:19.959352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:19.962705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resourcesync/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resourcesync/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resourcesync/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:29.176880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:29.199693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:34.386331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:34.389613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:40.383805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:40.387069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:47.529189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:47.546134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:05:57.947122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:05:57.950435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:04.159420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:04.181025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:16.033290+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:16.036835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/restapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/restapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/restapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:23.324059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:23.343825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/restapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/restapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/restapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:26.720170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:26.723471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:33.148675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:33.153067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:44.436263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:44.459559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/results/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/results/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/results/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:48.576264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:48.579985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/results/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/results/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/results/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:06:54.223495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:06:54.226808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:00.846995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:00.875431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:10.369276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:10.372628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:14.613775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:14.617070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:20.344782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:20.364201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:25.694383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:25.697678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:37.298655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:37.450616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:43.072883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:43.076204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:47.005846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:47.009176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:07:50.382378+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:07:50.385737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:00.174087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:00.216622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rosterBack/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rosterBack/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rosterBack/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:05.037433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:05.040756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rosterBack/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rosterBack/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rosterBack/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:10.086666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:10.090041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:16.210595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:16.226725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:23.874380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:23.877706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/roundcube/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/roundcube/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcube/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:28.614502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:28.618184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/roundcube/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/roundcube/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcube/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:33.423662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:33.440070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:36.471032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:36.474309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:47.963047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:47.966348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/roundcubemail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/roundcubemail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcubemail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:52.787076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:52.846400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/roundcubemail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/roundcubemail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcubemail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:08:57.317816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:08:57.321693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:03.128934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:03.132303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:09.821469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:09.856381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/routes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/routes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/routes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:14.663770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:14.667074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/routes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/routes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/routes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:20.565949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:20.569238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:24.050113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:24.053545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:27.873136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:27.892440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:32.934236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:32.937529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:36.286073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:36.289342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:43.521307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:43.540509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:53.480503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:53.483813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rust-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rust-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:09:58.284026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:09:58.287316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rust-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rust-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:04.553539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:04.611392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:07.616205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:07.619588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:15.976463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:15.979752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rust-backend/dao/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rust-backend/dao/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/dao/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:22.484834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:22.504152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rust-backend/dao/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rust-backend/dao/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/dao/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:25.995371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:25.998779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:31.875131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:31.878531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:45.034146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:45.066963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s-with-me-front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s-with-me-front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s-with-me-front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:10:52.110131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:10:52.113512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s-with-me-front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s-with-me-front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s-with-me-front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:06.220128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:06.241127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:10.169377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:10.172925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:18.756678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:18.759968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/saas/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/saas/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/saas/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:24.668990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:24.687395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/saas/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/saas/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/saas/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:34.363629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:34.366933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:40.122571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:40.140407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:42.212996+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:42.216256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/chatroom/chatroom-spa/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:46.129433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:46.132725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/chatroom/chatroom-spa/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:53.625340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:53.630151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:11:59.469883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:11:59.487106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:01.778206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:01.781488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/docker/deploymentscripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:06.637628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:06.640908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/docker/deploymentscripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:13.388960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:13.393136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:19.243240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:19.265777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:27.838167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:27.841477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/script/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/script/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/script/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:33.179781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:33.183069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/script/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/script/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/script/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:36.033445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:36.053064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:40.432684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:40.437602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:42.948929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:42.952194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/scripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/scripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:47.848675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:47.851948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:52.175989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:52.191638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:12:57.758094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:12:57.763067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:01.317712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:01.321046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/scripts/fvt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/scripts/fvt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/fvt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:05.980902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:05.984198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/fvt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/fvt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/fvt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:13.684741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:13.703285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:19.121837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:19.127506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:29.060799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:29.077713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/selfish-darling-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/selfish-darling-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/selfish-darling-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:34.507997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:34.511528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/selfish-darling-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/selfish-darling-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/selfish-darling-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:36.820259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:36.825827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:42.961299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:42.964567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:51.196962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:51.215910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Serve_time_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Serve_time_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Serve_time_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:13:55.410069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:13:55.413348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Serve_time_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Serve_time_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Serve_time_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:00.136927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:00.140198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:07.694498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:07.850691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:12.150785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:12.154135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serve-browserbench/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serve-browserbench/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serve-browserbench/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:20.846700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:20.850003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/serve-browserbench/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/serve-browserbench/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serve-browserbench/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:35.221899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:35.239126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:39.486874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:39.490161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:47.010305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:47.015891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Server_with_db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Server_with_db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Server_with_db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:14:52.940513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:14:52.956980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Server_with_db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Server_with_db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Server_with_db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:05.401924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:05.405366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:10.097625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:10.123884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:15.803430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:15.806915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:21.436773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:21.440103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:27.875085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:27.900978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:32.962421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:32.965823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:36.565694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:36.569054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:42.981115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:42.998002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:48.146804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:48.150122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:15:52.080964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:15:52.086198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:01.894098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:01.912532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:08.351988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:08.355325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:20.886391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:20.907784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:27.010421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:27.013732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:35.356656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:35.359921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/src/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/src/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/src/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:39.248863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:39.269015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/src/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/src/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/src/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:48.373217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:48.377897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:52.399129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:52.402504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:16:59.822147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:16:59.839575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:07.546385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:07.549712+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:12.900833+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:12.904145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:22.875992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:22.893953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:29.037542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:29.040929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/deployment-agent/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/deployment-agent/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/deployment-agent/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:34.296586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:34.299855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/deployment-agent/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/deployment-agent/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/deployment-agent/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:41.685761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:41.708797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:43.877726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:43.881006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:17:53.513377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:17:53.517454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/documents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/documents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/documents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:02.288098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:02.305716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/documents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/documents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/documents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:15.721780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:15.725862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:19.914864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:19.951330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:24.437624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:24.440931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/graylog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/graylog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/graylog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:28.818414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:28.821724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/graylog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/graylog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/graylog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:39.668877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:39.685356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:44.129767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:44.133101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:54.050413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:54.053789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/jaeger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/jaeger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/jaeger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:18:59.702505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:18:59.720252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/jaeger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/jaeger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/jaeger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:03.847976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:03.851537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:10.506385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:10.509747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:20.491393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:20.506906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/minio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/minio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/minio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:25.794221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:25.797484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/minio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/minio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/minio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:29.207938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:29.211221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:33.158541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:33.161790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:41.906692+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:41.924500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:46.878300+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:46.881551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:52.654037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:52.657290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:19:58.463303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:19:58.486679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:08.920558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:08.923869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/portainer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/portainer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/portainer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:11.446366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:11.449670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/portainer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/portainer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/portainer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:17.029082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:17.046539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:20.778553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:20.781882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:29.154181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:29.157627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:32.476629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:32.494290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:41.434169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:41.437500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:44.624768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:44.628077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:52.856714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:52.874412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:20:58.066844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:20:58.070247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:02.233266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:02.236587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:07.648107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:07.652079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:11.623818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:11.642778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/simcore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/simcore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/simcore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:14.685123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:14.688414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/simcore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/simcore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/simcore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:19.224591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:19.227857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:27.277007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:27.294274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:34.873134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:34.876448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:40.824546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:40.827849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:52.240171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:52.259691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:21:57.163510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:21:57.166781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:07.985579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:08.004940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sessions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sessions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sessions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:11.832719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:11.836015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sessions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sessions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sessions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:19.429923+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:19.433226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:21.434814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:21.438126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:29.413804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:29.446091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:34.029738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:34.033066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:39.666744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:39.670097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:44.446597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:44.465250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:22:56.351705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:22:56.357069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shibboleth/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shibboleth/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:02.754321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:02.773039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shibboleth/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shibboleth/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:14.582338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:14.586171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:17.865580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:17.883440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:26.804569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:26.807946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:31.632473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:31.636107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:43.354208+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:43.371114+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:49.761115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:49.764544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:53.764563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:53.768769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Simple_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Simple_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Simple_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:23:59.362880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:23:59.386654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Simple_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Simple_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Simple_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:10.347787+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:10.352527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:19.232044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:19.248629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:25.191543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:25.195130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site-library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site-library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site-library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:28.945494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:28.948926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site-library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site-library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site-library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:38.850487+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:38.884020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:43.366593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:43.369935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:52.705361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:52.709076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:24:59.867890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:24:59.887862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:11.387957+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:11.391288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:17.256343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:17.272786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:25.937828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:25.941344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemaps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemaps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemaps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:31.548772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:31.552388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemaps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemaps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemaps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:36.959672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:36.983529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:41.946041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:41.949760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:50.859683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:50.863130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:25:56.062080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:25:56.081232+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:03.184109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:03.187778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:10.503177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:10.507516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:23.334087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:23.365564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitestatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitestatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitestatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:29.145073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:29.148646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitestatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitestatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitestatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:37.812100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:37.815671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:43.685942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:43.703459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:54.880447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:54.883791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Socketio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Socketio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Socketio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:26:59.447276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:26:59.514140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Socketio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Socketio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Socketio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:07.001785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:07.005561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:14.953383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:14.971739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:27.482599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:27.486624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:32.762535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:32.782730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:42.857656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:42.862013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:48.297917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:48.330936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:53.385318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:53.389716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:27:56.890729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:27:56.894366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:00.434202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:00.437579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:08.386058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:08.430369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:13.272746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:13.278603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/spearmint/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/spearmint/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/spearmint/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:18.865368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:18.868774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/spearmint/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/spearmint/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/spearmint/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:28.445263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:28.464975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:31.860921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:31.865189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:34.616072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:34.619401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/theme_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/theme_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:41.009339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:41.014709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/theme_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/theme_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:51.431793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:51.464301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:28:58.950513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:28:58.955142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:04.384540+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:04.388455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/theme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/theme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:08.583595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:08.605672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/theme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/theme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:17.351771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:17.355707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:22.523337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:22.526873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:33.850406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:33.870595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/thumb/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/thumb/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumb/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:39.031785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:39.035221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/thumb/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/thumb/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumb/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:45.401703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:45.405357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:50.728401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:50.746982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:53.756068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:53.760868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/thumbs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/thumbs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumbs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:29:59.251893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:29:59.256274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/thumbs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/thumbs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumbs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:04.650545+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:04.654186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:12.562259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:12.582145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:22.517270+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:22.521525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tiedostot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tiedostot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tiedostot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:28.554427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:28.572653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tiedostot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tiedostot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tiedostot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:37.810934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:37.814276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:42.996058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:42.999365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:52.480155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:52.497242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tmp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tmp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:56.076339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:56.079776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:30:59.941751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:30:59.945257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:08.263214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:08.297421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:18.457145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:18.460428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tools/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tools/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tools/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:26.233100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:26.250211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tools/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tools/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tools/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:29.150686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:29.154069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:35.012406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:35.016680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:41.423143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:41.451342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Travel_form/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Travel_form/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Travel_form/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:48.600128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:48.603872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Travel_form/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Travel_form/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Travel_form/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:31:57.227589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:31:57.245143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:00.680173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:00.683506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:08.528076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:08.532447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ts/prime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ts/prime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ts/prime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:16.084642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:16.102051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ts/prime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ts/prime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ts/prime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:28.340616+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:28.344110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:33.506767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:33.556532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:38.517934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:38.521857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ubuntu/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ubuntu/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ubuntu/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:42.171128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:42.176453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ubuntu/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ubuntu/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ubuntu/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:49.590198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:49.608103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:32:59.340886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:32:59.345044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:03.579774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:03.583124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:07.878193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:07.897967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:12.853505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:12.857207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:18.284778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:18.288158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:27.046722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:27.065323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/unixtime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/unixtime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unixtime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:32.001326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:32.005312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/unixtime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/unixtime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unixtime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:42.877405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:42.895050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:33:48.031642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:33:48.035128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:01.323876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:01.364928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/unsplash-downloader/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/unsplash-downloader/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unsplash-downloader/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:07.417874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:07.421729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/unsplash-downloader/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/unsplash-downloader/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unsplash-downloader/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:14.428742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:14.432181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:19.114212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:19.134923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:27.788158+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:27.791646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/upfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/upfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:32.002238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:32.006020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/upfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/upfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:37.825541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:37.843571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:42.382635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:42.387578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:51.971788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:51.975778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/upload/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/upload/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upload/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:34:56.320277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:34:56.338813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/upload/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/upload/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upload/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:03.349635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:03.353724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:09.824905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:09.828381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:22.249443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:22.266912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:30.902494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:30.906904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:39.580273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:39.598592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:43.624623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:43.628500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:53.882612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:53.886477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/urlmem-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/urlmem-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/urlmem-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:35:59.438841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:35:59.456995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/urlmem-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/urlmem-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/urlmem-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:05.011047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:05.014519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:14.075710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:14.079275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:28.267917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:28.297800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/User_info/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/User_info/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/User_info/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:34.112904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:34.116380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/User_info/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/User_info/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/User_info/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:44.252971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:44.269721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:49.051976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:49.055930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:36:59.113844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:36:59.117948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:37:06.131973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:37:06.151580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:37:16.840018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:37:16.843735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:37:24.332848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:37:24.352099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:37:35.492688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:37:35.496024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:38:30.913042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:38:30.932431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:38:36.445130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:38:36.448736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:38:41.435320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:38:41.439333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:38:48.112891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:38:48.130257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/var/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/var/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:38:54.312671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:38:54.316569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/var/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/var/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:05.463949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:05.485178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:09.388221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:09.391917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:14.392129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:14.395548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:17.995448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:17.999429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:27.822009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:27.839918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:37.634659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:37.638770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:48.030639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:48.053734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:39:52.087700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:39:52.091131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:03.719111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:03.740080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:12.680115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:12.683510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:23.751384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:23.768909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/subosito/gotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:33.639371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:33.642798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/subosito/gotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:41.709693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:41.727868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:46.721680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:46.725349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:50.558779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:50.562193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/videos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/videos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:40:54.584815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:40:54.590094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/videos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/videos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:05.356461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:05.376628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:12.066775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:12.070076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:18.693581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:18.696866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vm-docker-compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vm-docker-compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vm-docker-compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:25.523449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:25.542265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vm-docker-compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vm-docker-compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vm-docker-compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:32.399188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:32.402570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:37.907805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:37.911120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:45.559089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:45.576315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vod_installer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vod_installer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:41:52.320164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:41:52.323514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vod_installer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vod_installer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:03.323447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:03.343513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:09.336516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:09.339747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:15.899402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:15.902701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:23.548682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:23.567039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:32.547947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:32.551311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:38.984752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:39.001771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:48.660051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:48.663394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue-end/vue-til/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue-end/vue-til/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue-end/vue-til/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:42:54.626871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:42:54.653776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue-end/vue-til/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue-end/vue-til/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue-end/vue-til/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:04.832597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:04.835889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:12.788892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:12.807118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:17.055329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:17.058670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue/vuecli/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue/vuecli/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/vuecli/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:25.348758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:25.352044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue/vuecli/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue/vuecli/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/vuecli/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:38.714446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:38.732294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:45.516181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:45.519572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:52.555784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:52.559122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web-dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web-dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web-dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:43:57.697969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:43:57.739910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web-dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web-dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web-dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:01.612755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:01.618349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:09.118560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:09.121846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:16.782437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:16.798852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:20.925871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:20.929225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:27.914998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:27.918324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:34.913357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:34.929165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:40.086334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:40.089613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Web/siteMariage/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Web/siteMariage/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Web/siteMariage/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:46.855278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:46.858607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Web/siteMariage/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Web/siteMariage/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Web/siteMariage/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:44:56.353541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:44:56.385255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:01.235090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:01.238482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:10.462480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:10.465771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webroot_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webroot_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:13.862304+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:13.884899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:20.272027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:20.275357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:26.584504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:26.587888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:31.407367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:31.424095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:35.798678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:35.802008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:43.346556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:43.352221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:49.821459+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:49.838568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:45:58.386549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:45:58.389875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webstatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webstatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webstatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:02.798803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:02.804410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webstatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webstatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webstatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:11.403050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:11.424307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:19.352460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:19.355809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:24.865500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:24.868901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:32.493235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:32.509986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:39.115018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:39.118377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:44.574106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:44.579402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:46:56.131163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:46:56.147359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/well-known/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/well-known/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/well-known/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:47:02.253231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:47:02.256633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/well-known/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/well-known/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/well-known/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:47:17.801385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:47:17.893558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:47:25.717391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:47:25.720759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:47:36.476043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:47:36.493087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/whturk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/whturk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/whturk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:47:44.812323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:47:44.815633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/whturk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/whturk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/whturk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:00.158865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:00.176908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:06.405380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:06.408670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:23.781066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:23.799734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/windows/tests/9.2.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/windows/tests/9.2.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.2.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:30.431739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:30.435003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/windows/tests/9.2.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/windows/tests/9.2.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.2.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:34.867347+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:34.870637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:40.654522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:40.671255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:48.022007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:48.025352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/windows/tests/9.3.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/windows/tests/9.3.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.3.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:48:55.918982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:48:55.936792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/windows/tests/9.3.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/windows/tests/9.3.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.3.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:03.734770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:03.738026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:10.427268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:10.430565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:24.031440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:24.050465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:31.618921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:31.622251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:41.960280+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:41.978503+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:49:45.417970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:49:45.421288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:01.149784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:01.167941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www-data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www-data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www-data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:08.861110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:08.864393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www-data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www-data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www-data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:16.419617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:16.435041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:22.549846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:22.553416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:40.115584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:40.146513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:44.545205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:44.548653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:49.972724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:49.976011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:50:56.355771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:50:56.373834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:01.470295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:01.473621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:09.009229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:09.012646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:17.930210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:17.947636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:23.920212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:23.923533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:31.989984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:31.993591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:38.630400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:38.647709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:43.225866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:43.229169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:51:57.476567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:51:57.493965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:04.615854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:04.619162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:11.939768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:11.943060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:19.216580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:19.238492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:25.865643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:25.869210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:32.359838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:32.363140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:37.213805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:37.233005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:54.449616+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:54.468702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:52:58.118425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:52:58.121897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:08.657570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:08.660884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symlexvpn/.env-dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symlexvpn/.env-dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env-dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:14.105835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:14.124594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env-dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:23.961573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:23.964849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:27.536422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:27.539692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:32.597696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:32.616768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:37.610836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:37.614817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:45.893752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:45.897166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:52.437798+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:52.458642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:53:59.920111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:53:59.923399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:04.196685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:04.199938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:14.163594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:14.184120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:20.408307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:20.412055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:30.301538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:30.320850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:39.158822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:39.163510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:49.316817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:49.334880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:55.617635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:55.620969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:54:58.780560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:54:58.784033+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:08.730363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:08.750488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:14.573350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:14.576826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:21.497260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:21.500686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:27.615049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:27.668175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:36.344742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:36.348053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:41.325373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:41.329147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:49.225006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:49.241403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:53.275707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:53.279019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:55:59.158985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:55:59.162276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:06.004121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:06.025133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:11.510992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:11.514263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:15.036819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:15.040135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:20.288895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:20.292190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:24.680100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:24.702391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:31.548909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:31.552298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:41.419260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:41.437584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:46.924076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:46.927334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:52.669824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:52.673092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:56:57.545408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:56:57.564553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:01.949110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:01.952399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:10.699962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:10.703240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:22.679997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:22.696417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:28.695465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:28.698812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:31.935422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:31.938739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:40.832414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:40.850878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:46.222332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:46.225844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:53.665932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:53.669238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:57:58.986974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:57:59.004028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sapi/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sapi/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:09.121678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:09.126964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sapi/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sapi/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:20.153869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:20.170578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:25.873453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:25.876734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:34.265627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:34.268971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:40.593769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:40.610000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:47.009866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:47.013172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:58:53.004741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:58:53.008062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:04.237483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:04.258891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:07.879778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:07.883064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:12.241743+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:12.245040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:18.214586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:18.217916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:27.871620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:27.889782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:34.049854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:34.053198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:47.853100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:47.871484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:51.260272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:51.263710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T16:59:58.305482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T16:59:58.308834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:02.941074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:02.959609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:12.613531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:12.616840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:19.072678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:19.088413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:26.720182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:26.723488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:32.746400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:32.749699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:40.291729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:40.311451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:47.586727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:47.590029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:52.472228+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:52.475557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:00:59.490536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:00:59.509483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:08.277105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:08.280648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:15.367416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:15.401194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:26.172229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:26.175537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:30.224361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:30.227710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:35.183088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:35.202196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:44.097056+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:44.100338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:51.254739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:51.273001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:01:58.062345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:01:58.065643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:02.950346+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:02.953650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:08.379772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:08.399054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:12.152303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:12.157756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:16.735956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:16.739253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:23.541435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:23.559056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:26.451779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:26.455106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:39.180870+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:39.209007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:44.525329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:44.528645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:02:58.480163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:02:58.498485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:05.261250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:05.264508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:11.011615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:11.014875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:15.873753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:15.892109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:28.553357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:28.556947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:34.718237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:34.737550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:47.031320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:47.034823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:03:55.170764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:03:55.189603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:04:02.547177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:04:02.550561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T17:04:06.318216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T17:04:06.321545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T20:57:03.504791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T20:57:03.563233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T21:23:10.446478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T21:23:10.498990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-04T22:15:20.973758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T22:15:21.011374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-04T22:15:22.569142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-04T22:15:22.572973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T07:40:44.181614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T07:40:45.979833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T15:29:45.196925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T15:29:45.854611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T15:58:06.377221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T15:58:06.578573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T16:35:19.339730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:35:20.267595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T16:35:49.117166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:35:49.516134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-05T16:35:55.805745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:35:55.809052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:36:05.761643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:36:05.890334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:36:26.292954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:36:26.583938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:36:55.998183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:36:56.333099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:37:19.975292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:37:20.319556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:37:40.421856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:37:40.609578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:37:48.053039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:37:48.056355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:37:57.437697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:37:57.764330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:38:19.651122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:38:20.002823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:38:39.716503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:38:39.910774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:38:52.481047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:38:52.484429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:03.922583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:04.216766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:13.044416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:13.047783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:19.142799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:19.255400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:34.870935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:35.224584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:47.927185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:47.930945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:54.219755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:54.378050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:39:59.357174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:39:59.360468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:03.688913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:03.692588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:11.892816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:12.540867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:15.823105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:15.826714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:19.956451+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:19.959852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:27.895815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:28.579137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:31.960934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:31.964485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:36.214122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:36.217430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:44.020082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:44.685345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:40:47.775662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:40:47.779025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:00.715467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:01.884642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:04.279179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:04.283244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:08.613409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:08.616940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:17.651036+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:18.259481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:25.662576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:25.665874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:45.564997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:45.733002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:52.291843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:52.295395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:41:56.224423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:41:56.227707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:02.942380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:03.178784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:09.026102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:09.029487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:32.910546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:33.062561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:40.692235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:40.695509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:48.713059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:48.958458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:53.593261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:53.596659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:42:58.158793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:42:58.162091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:04.812900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:05.131844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:09.933524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:09.936814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:14.312990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:14.316683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:21.716779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:21.884238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dashboard/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dashboard/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:28.145834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:28.149151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:43:43.485341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:43:43.832870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:04.110612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:04.364882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:14.062822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:14.066107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:20.808700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:20.950626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:26.094032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:26.097451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:31.163759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:31.167148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:36.771091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:36.844694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:41.729498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:41.733475+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:46.865135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:46.868438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:53.280053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:53.518575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:44:58.177561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:44:58.180868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:02.849400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:02.852687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:13.490416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:13.728967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:14.896023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:14.899332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:19.647548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:19.650902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/all/libraries/mailchimp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/libraries/mailchimp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:25.848226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:25.851563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:34.442339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:35.060144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:38.152695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:38.156012+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:43.342217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:43.346321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:53.087366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:54.209348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:45:55.897948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:45:55.901231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:00.212763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:00.216242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:07.927244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:07.931425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/protected/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/protected/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/protected/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:12.301868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:12.995637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:18.096527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:18.099801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:26.597832+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:26.602005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:30.868281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:31.228679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:36.341362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:36.344626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:42.935772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:42.939183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:47.025177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:47.222796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:52.333819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:52.337263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:46:59.415531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:46:59.419835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:03.588170+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:04.062792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:09.517372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:09.520651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:24.050794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:24.597027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:28.595740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:28.599150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:34.972909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:34.977825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:47:49.934679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:47:50.124365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:02.049299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:02.053093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:09.324426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:09.690152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:14.867903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:14.871651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:18.874679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:18.878003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:25.279999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:25.364468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:34.549392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:34.552886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:39.612315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:39.615841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:44.583693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:44.705922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:49.469582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:49.473112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:53.831023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:48:53.834532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:48:59.986181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:00.218699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:05.420880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:05.424409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:09.846570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:09.850169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:15.871520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:15.989685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:20.768153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:20.771592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:25.051486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:25.054839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:29.356136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:29.359523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:34.443842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:34.687293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:38.795933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:38.799421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:43.303473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:43.306772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:47.156281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:47.159599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:53.406990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:53.694343+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:49:57.870131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:49:57.873522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:02.142137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:02.146080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:06.368249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:06.371614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:12.945649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:13.226881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:18.042333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:18.046100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:21.993622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:21.996956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:25.777819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:25.781152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:31.452125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:31.598920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:35.891273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:35.894578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:39.762151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:39.766587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:44.199253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:44.202534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/crm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/crm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/crm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:49.079413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:49.467917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:53.903690+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:53.907242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:50:58.131815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:50:58.135396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:01.989331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:01.992783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:07.274459+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:07.438276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:11.711033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:11.714709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:15.649494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:15.652847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:19.400234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:19.403609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:24.748886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:24.917887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:28.999097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:29.002430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:33.246348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:33.249664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:36.987947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:36.991237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:42.464679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:42.748233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:47.458642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:47.463329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:51.548421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:51.551757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:51:55.843519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:51:55.846823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:01.391061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:01.658267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:07.538389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:07.541800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:13.348434+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:13.351737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:21.919622+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:22.419034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:27.212447+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:27.216041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:30.915733+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:30.919076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:35.793732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:35.797147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:40.611342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:40.877552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:45.215398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:45.218739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:49.114226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:49.117627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:53.859869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:53.863724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:52:59.285155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:52:59.564837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/grems-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/grems-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/grems-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:03.856542+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:03.859935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:08.084951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:08.088248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:13.044046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:13.047429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:18.535337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:18.801852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:23.457225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:23.460552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:28.270225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:28.273626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:44.705623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:45.023966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:51.352003+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:51.357838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:53:55.386162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:53:55.389513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:00.974238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:01.015977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:05.426596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:05.429903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:09.928686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:09.931970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/httpboot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/httpboot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/httpboot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:13.826132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:13.829804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:19.379033+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:19.636931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:24.087367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:24.091375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:27.961562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:27.964850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:32.389182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:32.392930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:37.595079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:37.696486+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:41.701182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:41.705200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:45.870537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:45.875374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:49.911868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:49.915800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:54:55.084349+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:54:55.162402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:06.330671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:06.333989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:11.791268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:12.112972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:16.922309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:16.925620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:20.748138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:20.751703+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:25.068441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:25.071790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:30.502921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:30.668045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:35.536168+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:35.539597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:39.440671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:39.444009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:43.877509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:43.880869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:49.333372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:49.523919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:55.133740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:55.137122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:55:59.265721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:55:59.269105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:04.867787+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:04.950906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:09.546247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:09.549561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:14.010548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:14.014093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:18.353735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:18.359454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:23.456430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:23.570573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:28.044658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:28.048190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:31.929144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:31.932501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:36.205494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:36.208850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:41.263086+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:41.333047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:45.174011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:45.177551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-qiankun/examples/app3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-qiankun/examples/app3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:49.358440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:49.361737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:53.314729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:53.318217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:56:58.868474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:56:58.979774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:03.241044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:03.244592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:07.440454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:07.443821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:11.385783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:11.389243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:16.136512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:16.262616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:20.013945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:20.017525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/styles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/styles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/styles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:24.113109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:24.116404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:28.242061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:28.245378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:32.996091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:33.134928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:37.459871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:37.463401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:41.996753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:42.000042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:45.811052+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:45.814347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:50.886303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:51.060356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:55.311356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:55.314672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:57:59.644530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:57:59.649765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:04.062366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:04.066195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:09.866878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:10.000037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:14.059915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:14.063221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:17.975874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:17.979195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:22.076157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:22.079476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:27.928266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:28.171368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:32.389708+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:32.393072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:36.717657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:36.720947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:41.103782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:41.107116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:46.066595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:46.128061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:50.425190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:50.428480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:54.321958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:54.325351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:58:58.219609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:58:58.223437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:03.459638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:03.894880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:08.650057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:08.653546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:13.225505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:13.228828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:17.249089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:17.252844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:22.078461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:22.184458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:26.783699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:26.787003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:31.589052+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:31.592572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:35.734305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:35.737661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:41.698251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:41.880690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:46.876632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:46.880009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:51.203664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:51.207188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T16:59:56.946925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T16:59:57.159121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:01.835106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:01.841297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:06.028384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:06.031702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:10.195209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:10.198577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:18.136301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:18.498162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:22.169673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:22.173027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:25.992146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:25.995513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jsrelay/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jsrelay/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jsrelay/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:29.770749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:29.774042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:36.040795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:36.356917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:41.211644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:41.214952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:45.223159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:45.226470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:51.788499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:52.150535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:00:56.372585+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:00:56.375900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:00.712907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:00.716181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:06.945190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:07.211814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:11.612122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:11.615441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:15.642227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:15.645973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:23.021265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:23.303653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:27.766310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:27.769662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:38.102341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:38.106549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:41.924090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:42.363425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:46.315521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:46.318835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:50.617230+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:50.620855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:01:57.286014+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:01:57.769859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:01.766581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:01.769900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:06.243321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:06.246792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:09.956258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:09.959571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:16.442146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:16.899937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:21.649764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:21.653086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:26.200595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:26.203880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:33.161791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:33.382637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:37.867337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:37.870728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:41.814281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:41.817596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:45.695220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:45.698575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:51.965018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:52.211496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:02:57.080805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:02:57.085175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:01.132884+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:01.136356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:08.050939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:08.268866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:12.710423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:12.713756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:16.305672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:16.309188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:20.100771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:20.104117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:25.996911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:26.101438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:30.339874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:30.343325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-key/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:34.449853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:34.453121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:38.812519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:38.817884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:44.602854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:45.142008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:49.534039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:49.537348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/did-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/did-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:53.975639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:53.978950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:03:57.869800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:03:57.873255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:03.501125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:03.736200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:07.886938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:07.890406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:12.184095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:12.187631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:16.163356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:16.167310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:22.186621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:22.386483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:26.595187+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:26.598602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:30.805285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:30.808623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:34.540943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:34.544235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:40.338752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:40.607329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:45.316095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:45.319361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:49.317852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:49.323031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:53.287419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:53.290982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:04:58.010894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:04:58.103750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:02.247180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:02.250903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/fixtures/node_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/fixtures/node_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:06.321705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:06.325642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:09.950141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:09.953685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:15.979281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:16.089103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:19.881283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:19.884569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/integration/env-config/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/integration/env-config/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:24.229507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:24.232865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:28.238549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:28.241822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:33.652194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:33.766455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:38.245942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:38.249264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:42.245871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:42.249265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:46.082926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:46.086272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:51.580645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:51.728274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:55.757949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:55.761394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:05:59.841419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:05:59.845193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:03.845817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:03.849115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:09.306050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:09.410624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:13.927055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:13.930382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:17.862576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:17.865850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:21.669112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:21.672591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:27.604053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:27.756264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:32.014763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:32.018127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:36.209454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:36.215400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:40.414194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:40.417736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:45.944417+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:46.156701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:50.731161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:50.734952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:54.485854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:54.489388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:06:58.489506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:06:58.492780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:04.081154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:04.180175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:08.206621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:08.209939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/target/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/target/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/target/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:11.921579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:11.925103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:15.793513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:15.797116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:21.424020+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:21.709321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:25.844318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:25.847735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:29.935636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:29.939174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:34.044535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:34.047800+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:38.888124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:39.014944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:43.349872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:43.353168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:47.110320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:47.114122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:51.105512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:51.109207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:07:56.878973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:07:56.982451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:01.471685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:01.474970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:05.320376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:05.323710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:08.962549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:08.966122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:13.914940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:14.055926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:18.312258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:18.315739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:22.669888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:22.673713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:26.398310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:26.401886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:31.462978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:31.582992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:35.621111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:35.624370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:39.426384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:39.430138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:42.923006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:42.926784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:47.420615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:47.507621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:08:52.131059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:08:52.134351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:00.279405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:00.282677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:07.487880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:07.608389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:12.432954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:12.437652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:16.272563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:16.276729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:20.322133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:20.325538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:25.059353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:25.145620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:29.796587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:29.799945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:33.942243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:33.945807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:43.169227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:43.477023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:49.993415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:49.996874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:53.789058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:53.792336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:09:58.310218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:09:58.378308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:02.309502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:02.430746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:06.504147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:06.507410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:10.240209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:10.243576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:15.193131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:15.228668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/higlass-website/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/higlass-website/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/higlass-website/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:19.115721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:19.131624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:22.923612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:22.927188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:26.674853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:26.679071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:32.386190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:32.496644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:36.303107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:36.404394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:40.939617+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:40.942927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:45.102538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:45.106727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:49.916762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:49.980869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:53.603371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:53.677392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:10:58.180468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:10:58.183841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:02.056448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:02.059767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:07.017098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:07.077070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:11.710793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:11.790829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:16.594415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:16.597851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:20.816808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:20.820158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:25.726302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:25.830771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:29.736404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:29.857923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:34.086504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:34.089824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:37.867933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:37.871274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:43.009373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:43.120083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:47.583585+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:47.608784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:51.844529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:51.847871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:11:56.020679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:11:56.024013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:01.136041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:01.240962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/install/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/install/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/install/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:05.098640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:05.184563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:10.158290+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:10.161606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:14.114502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:14.117933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:19.375857+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:19.475588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:23.476830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:23.582149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:27.659253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:27.662574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:31.938471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:31.941799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:36.754636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:36.803597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/bdd/fixtures/edv-rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/bdd/fixtures/edv-rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:40.736748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:40.778828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:44.764710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:44.768253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:48.730169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:48.733477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:53.876968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:53.928303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:12:58.121598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:12:58.275830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:02.726467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:02.730230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:06.826986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:06.830359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:11.761507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:11.846304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__tests__/test-become/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__tests__/test-become/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__tests__/test-become/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:15.705640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:15.842482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:20.338825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:20.342139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:24.208767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:24.212200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:29.288645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:29.343230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:34.029571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:34.081898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:38.327749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:38.331040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:42.440862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:42.444145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:47.285870+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:47.383869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.c9/metadata/environment/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.c9/metadata/environment/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:51.511287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:51.558874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:55.785533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:55.789116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:13:59.432418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:13:59.435716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:04.291584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:04.362481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:08.491749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:08.524761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:12.924327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:12.927626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:17.425457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:17.428916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:23.184894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:23.338027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.docker/laravel/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/laravel/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:27.603770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:27.706918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:32.262897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:32.266220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:36.411501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:36.414883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:42.271041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:42.435868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:46.301647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:46.397209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:50.508975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:50.512264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:54.363337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:54.366664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:14:59.762362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:14:59.844953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:03.743631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:03.753039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:08.158249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:08.161539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:11.995730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:11.999324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:16.793852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:16.877847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:20.977214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:21.072961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:25.425419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:25.429121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:28.874367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:28.877691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:33.557574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:33.783266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:37.804429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:37.887505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:41.720142+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:41.723407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:45.469811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:45.473161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:50.376615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:50.409669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:54.178324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:54.202641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:15:58.038844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:15:58.042264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:02.105780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:02.109135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:06.827998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:06.974977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:10.890532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:10.909438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:14.906549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:14.909849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:18.712340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:18.715984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:23.792554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:23.960987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:27.689609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:27.732688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:31.895128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:31.899006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:35.957513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:35.960883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:41.005989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:41.123659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:45.318311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:45.365362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:49.411139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:49.414895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:53.461812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:53.466917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:16:58.267472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:16:58.473986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:02.646243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:02.725834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:06.881282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:06.884611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:10.986286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:10.989556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:15.726731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:15.896505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:19.901195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:19.928034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:24.599814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:24.603138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:28.553654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:28.556926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:33.286513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:33.326169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:37.569182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:37.628057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:42.115271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:42.119267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:46.092844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:46.096107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:50.995778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:51.269525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:55.394412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:55.457967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:17:59.682971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:17:59.686624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:03.409276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:03.413780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:08.973072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:09.184956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:13.252541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:13.340111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:17.717554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:17.721691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:21.702747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:21.706995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:26.511429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:26.672784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:30.320724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:30.539792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:35.314766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:35.318920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:39.176431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:39.180505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:44.133579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:44.176875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:54.127592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:54.157623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:18:57.945281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:18:57.949691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:03.339202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:03.459338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:07.162746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:07.166929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:11.561769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:11.625532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:15.498583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:15.502117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:20.922649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:21.026743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:24.922213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:24.928195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.gitlab-ci/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.gitlab-ci/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:28.629632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:28.808899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:32.911064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:32.914812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:37.932327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:38.044478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:41.892016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:41.895336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:47.991502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:48.089070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:19:58.140684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:19:58.213305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:02.250973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:02.256403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/3-sequelize/final/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/3-sequelize/final/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/3-sequelize/final/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:05.934545+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:06.172072+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/3-sequelize/final/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/3-sequelize/final/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/3-sequelize/final/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:10.944150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:10.947675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:15.552742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:15.606010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:19.203032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:19.208924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:23.230975+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:23.301255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/07-accessing-data/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:27.810745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:27.816555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:33.009841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:33.075307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:36.864246+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:36.868161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:40.652860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:40.769044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/07-accessing-data/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/07-accessing-data/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:44.552662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:44.556890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:49.641870+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:49.772890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:53.646867+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:53.650369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:20:57.590897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:20:57.619452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:01.723637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:01.728637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:06.602258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:06.635308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:10.571951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:10.575748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:14.486275+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:14.513944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/08-routing/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/08-routing/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:18.629495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:18.633732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:23.370920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:23.394226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:27.256894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:27.261303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:31.047919+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:31.104546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/09-managing-state/begin/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/begin/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:35.523795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:35.529060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:40.419108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:40.484321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:44.078836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:44.083908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:48.092039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:48.132252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/09-managing-state/end/vue-heroes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/09-managing-state/end/vue-heroes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:52.852505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:52.856966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:21:57.725890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:21:57.777902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:01.804963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:01.810897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/31_structure_tests/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/31_structure_tests/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/31_structure_tests/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:06.356795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:06.387441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/31_structure_tests/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/31_structure_tests/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/31_structure_tests/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:11.323131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:11.327629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:15.728432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:15.883575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:20.617104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:20.622129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme_challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme_challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme_challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:25.568904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:25.626580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme_challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme_challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme_challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:29.879911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:29.883449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:34.726804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:34.867275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:39.099634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:39.103288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:43.191981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:43.204827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme-challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme-challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:47.063128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:47.066451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:51.929304+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:52.049616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:22:56.071526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:22:56.075249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:00.106898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:00.168081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/acme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/acme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:04.076891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:04.083117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:08.940599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:08.986378+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:13.462657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:13.467239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/actions-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/actions-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actions-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:17.906261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:18.009944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actions-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actions-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actions-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:22.937934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:22.942724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:27.944636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:27.989748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:32.281663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:32.286756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:36.399277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:36.414391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:43.556845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:43.599112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:47.313498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:47.317808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:51.747372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:51.761443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:23:58.864242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:23:58.910181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:02.792647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:02.796407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:06.417190+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:06.421061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:11.638715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:11.687707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:16.546537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:16.676878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:20.570003+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:20.573933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:24.873483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:24.877079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:29.223483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:29.326899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/administrator/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/administrator/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:34.352697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:34.437666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/administrator/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/administrator/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:38.721856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:38.726005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:43.133253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:43.136779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:47.014065+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:47.097309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:52.591436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:52.701717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/agora/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/agora/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/agora/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:24:57.088013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:24:57.092986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:01.162681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:01.166546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:05.934288+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:05.998509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/alpha/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/alpha/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:13.397655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:13.913780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:18.167120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:18.171661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:22.386793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:22.529909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:31.559516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:31.724576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:35.518243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:35.522346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/anaconda/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/anaconda/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:40.482841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:40.673251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:49.535645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:49.839741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:53.070562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:53.075772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:25:57.201724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:25:57.330478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:03.032316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:03.036371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:08.029742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:08.377715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:12.079129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:12.083312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:16.385608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:16.506666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:29.325996+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:29.396686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:33.370484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:33.397846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:38.143887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:38.147974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:41.948184+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:41.952389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:47.285828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:47.320652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:51.191590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:51.227792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:55.950449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:55.954984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app_nginx_static_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app_nginx_static_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_nginx_static_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:26:59.848322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:26:59.852702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app_nginx_static_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app_nginx_static_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_nginx_static_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:04.254805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:04.292819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:08.242752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:08.280972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:12.222965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:12.226737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app-order-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app-order-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-order-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:16.288472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:16.292555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app-order-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app-order-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app-order-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:20.842384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:20.910656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:24.862478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:24.904514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:28.999172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:29.003261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:33.031009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:33.035368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:38.651797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:38.712140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:42.684711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:42.700081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:47.315208+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:47.319056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:51.097700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:51.101191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:27:55.880558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:27:56.017485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:00.835298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:00.875364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:04.875287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:04.879206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/code/community/Nosto/Tagging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:08.703001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:08.707885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/code/community/Nosto/Tagging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/code/community/Nosto/Tagging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:14.182680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:14.236323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:18.281531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:18.330524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:22.508882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:22.513460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:26.742593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:26.746139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:32.187104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:32.384694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:36.559914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:36.738345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:40.925988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:40.930196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:44.661416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:44.664843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:49.415991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:49.526075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:53.338494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:53.400075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:28:57.938027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:28:57.941815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:01.790638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:01.794045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:08.812214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:09.235600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:14.024699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:14.031146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:17.799572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:17.803688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app1-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app1-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app1-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:23.947179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:24.423805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app1-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app1-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app1-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:29.182206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:29.185653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:33.144257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:33.148213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:37.345175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:37.348974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app2-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app2-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app2-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:41.938241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:42.097071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app2-static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app2-static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app2-static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:46.524185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:46.528103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:50.473215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:50.477002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:54.703301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:54.707180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:29:59.815161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:29:59.972006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:04.285063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:04.290168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:08.181631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:08.188513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:15.559925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:16.012748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apps/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apps/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:20.682383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:20.685946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apps/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apps/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apps/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:24.442159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:24.445746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:28.669895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:28.674700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:33.229032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:33.341885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Archipel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Archipel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Archipel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:37.620787+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:37.625663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Archipel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Archipel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Archipel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:41.698783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:41.703045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:46.026630+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:46.030929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:51.208116+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:51.361222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:30:55.742492+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:30:55.746631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/asset_img/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/asset_img/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asset_img/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:00.025854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:00.030273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:04.102641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:04.106547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:08.716571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:08.760470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/assets/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/assets/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:13.289917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:13.293897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/assets/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/assets/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:17.672945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:17.676294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:21.899774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:21.903233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:26.795788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:26.951542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Assignment3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Assignment3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:31.391755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:31.397674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Assignment3/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Assignment3/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment3/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:35.270377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:35.274052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:39.281266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:39.284694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:43.512317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:43.615778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Assignment4/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Assignment4/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment4/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:47.710930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:47.714195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Assignment4/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Assignment4/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Assignment4/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:51.736637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:51.740621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:31:55.760766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:31:55.764297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:00.004076+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:00.225095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:04.149926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:04.153505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/audio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/audio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/audio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:07.975677+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:07.978977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:12.197198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:12.201919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:17.166408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:17.222059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/awstats/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/awstats/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awstats/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:21.271507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:21.274790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/awstats/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/awstats/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awstats/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:25.499965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:25.505594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:29.461731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:29.465049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:33.832134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:33.919288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/as-alias/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:37.754199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:37.757537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/as-alias/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/as-alias/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:41.478621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:41.482121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:45.676837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:45.680194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:50.741249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:50.867531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:54.713533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:54.716964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:32:58.599501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:32:58.602862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:02.541977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:02.545307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:06.787769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:06.849500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/dev-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:10.968660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:10.972006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/dev-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:14.814223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:14.817567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:19.171568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:19.174919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:23.478998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:23.547771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/empty-values/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:27.948423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:27.951718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/empty-values/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/empty-values/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:31.818926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:31.823156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:35.661275+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:35.664603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:39.919400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:40.031296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/filename/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:43.887053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:43.892805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/filename/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/filename/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:48.144692+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:48.148506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:52.188101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:52.191461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:33:56.966612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:33:57.015106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/override-value/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:01.181634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:01.185284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/override-value/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/override-value/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:05.227201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:05.231243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:09.225434+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:09.228822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:13.796560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:13.859880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/prod-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:17.844530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:17.848160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/prod-env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/prod-env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:21.679782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:21.683195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:25.734237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:25.737629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:30.961793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:31.090762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/back-end/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/back-end/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back-end/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:35.036079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:35.039367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back-end/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back-end/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back-end/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:39.056704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:39.060109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:42.814485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:42.817780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:47.523636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:47.637601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/back/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/back/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:51.611054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:51.614310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:34:55.784265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:34:55.787563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:00.198276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:00.201676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:04.808250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:05.022038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:09.215329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:09.218652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:13.261159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:13.264481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:17.681785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:17.685110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:23.549505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:23.777693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:28.269371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:28.272670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:33.179518+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:33.182872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:37.141537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:37.144897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:42.460689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:42.733015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:46.786888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:46.790202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:50.857846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:50.861236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:35:55.036714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:35:55.040034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:00.149544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:00.296876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:04.688240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:04.691585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:09.051356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:09.054699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:13.100213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:13.103526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:17.693600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:17.875129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/base_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/base_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:22.099374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:22.102639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/base_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/base_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/base_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:26.794709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:26.798175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:30.757492+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:30.760955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:35.166151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:35.429483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/basic-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/basic-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/basic-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:39.911783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:39.915141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/basic-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/basic-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/basic-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:44.366127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:44.369973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:48.346743+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:48.350119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:53.659477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:54.042298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bgoldd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bgoldd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bgoldd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:36:59.530827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:36:59.534857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bgoldd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bgoldd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bgoldd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:03.757760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:03.761142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:07.281552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:07.284817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:11.729665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:11.909208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bitcoind/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bitcoind/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bitcoind/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:16.254490+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:16.258250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bitcoind/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bitcoind/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bitcoind/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:20.333878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:20.337271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:24.163471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:24.166829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:28.896374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:29.070940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:33.717217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:33.720531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blankon/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blankon/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blankon/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:37.758912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:37.762326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:41.670551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:41.673875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:46.868607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:46.980415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:51.277965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:51.281991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blob/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blob/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blob/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:55.812499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:55.815846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:37:59.614852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:37:59.618145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:04.607387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:04.723526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:10.070461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:10.073806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:13.781912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:13.785266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:17.839198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:17.842776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:22.704010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:22.898149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:27.121007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:27.126195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:31.186164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:31.190208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:34.879438+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:34.882721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:39.387351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:39.473303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bookchain-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bookchain-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bookchain-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:44.143115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:44.148413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bookchain-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bookchain-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bookchain-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:48.842516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:48.845860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:52.678949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:52.682250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:38:57.607947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:38:57.641224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bootstrap/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bootstrap/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:01.741163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:01.744481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bootstrap/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bootstrap/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:10.294300+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:10.297675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:17.570656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:17.798673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:22.007939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:22.011294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:26.501868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:26.505187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:30.017520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:30.020988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:35.178702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:35.444601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:39.828978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:39.832241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/Kubernetes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:43.521350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:43.524665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/Kubernetes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/Kubernetes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:47.268364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:47.271714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:52.649188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:52.821171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:39:57.401444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:39:57.404989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/OLCNE/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:01.294603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:01.297978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/boxes/oracle-vagrant-boxes/OLCNE/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/boxes/oracle-vagrant-boxes/OLCNE/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:05.676678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:05.679969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:10.978627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:11.085300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:15.867862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:15.871139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bucoffea/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bucoffea/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bucoffea/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:20.109674+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:20.114322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bucoffea/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bucoffea/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bucoffea/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:27.556894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:27.616229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:36.160084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:36.164976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:40.003206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:40.006567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:44.530245+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:44.628698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:48.868365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:48.871867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:53.680805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:53.684213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:40:57.748150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:40:57.751492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cardea/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cardea/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cardea/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:02.992016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:03.149416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cardea/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cardea/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cardea/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:07.132211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:07.135571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:11.372324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:11.375680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:15.784307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:15.787613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cdw-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cdw-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cdw-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:20.797645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:20.998556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cdw-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cdw-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cdw-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:25.858712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:25.862116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:30.261934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:30.265314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:34.616089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:34.619406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:39.476662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:39.604176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cgi-bin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cgi-bin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cgi-bin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:43.534511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:43.539248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:47.521749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:47.525152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:51.923026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:51.926423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch2-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch2-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch2-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:41:57.015448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:41:57.436310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch2-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch2-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch2-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:02.183676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:02.187482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:06.226380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:06.229818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:10.619379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:10.622897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch6-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch6-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:15.299611+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:15.517857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch6-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch6-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:19.275419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:19.278749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:23.352413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:23.355774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:27.774911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:27.778460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch6a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch6a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:31.802005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:31.913472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch6a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch6a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch6a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:35.943806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:35.947111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:40.382088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:40.386059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:44.185061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:44.189451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch7-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch7-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:42:49.572665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:42:49.732363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch7-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch7-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:00.827474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:00.830845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:06.372976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:06.469004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:11.039698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:11.043175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch7a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch7a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:14.728672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:14.732016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch7a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch7a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch7a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:18.747035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:18.750406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:23.655272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:23.777262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:27.865416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:27.868761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:31.590189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:31.593590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:36.025031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:36.028516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:41.396535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:41.619474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:46.160264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:46.165708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:49.782893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:49.786207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8a-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8a-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8a-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:53.706165+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:53.709822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:43:58.172758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:43:58.321920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:02.791602+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:02.794945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ch8b-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ch8b-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8b-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:06.607858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:06.611156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ch8b-mytodo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ch8b-mytodo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ch8b-mytodo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:11.043089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:11.046397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:15.525811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:15.727350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:20.499836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:20.503165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:24.241750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:24.245038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Chai/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Chai/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Chai/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:28.529482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:28.532851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:33.971722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:34.168974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:38.714272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:38.717967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:42.448804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:42.452117+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/challenge/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/challenge/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenge/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:47.549222+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:47.552548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:53.238840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:53.353029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:44:58.378727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:44:58.381999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:02.095199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:02.098598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/challenges/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/challenges/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/challenges/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:07.183416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:07.188021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:12.007316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:12.096540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:16.261888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:16.265193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/charts/liveObjects/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/charts/liveObjects/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charts/liveObjects/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:20.390956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:20.394523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/charts/liveObjects/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/charts/liveObjects/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/charts/liveObjects/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:25.302581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:25.306020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:30.292360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:30.427254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:34.650664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:34.653975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/chat-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/chat-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chat-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:38.658530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:38.661835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/chat-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/chat-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chat-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:43.848146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:43.851518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:54.821652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:55.000101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:45:59.191968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:45:59.195472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/chiminey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/chiminey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chiminey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:03.196229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:03.199492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/chiminey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/chiminey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chiminey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:07.018728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:07.022223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:11.284650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:11.364775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:15.897018+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:15.900353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:19.750122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:19.753529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:23.671082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:23.674400+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:27.894715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:28.017303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:32.456161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:32.459496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:36.315648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:36.318995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:40.714324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:40.717644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:44.574133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:44.659205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:49.369247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:49.372574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/mutual-fund-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/mutual-fund-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/mutual-fund-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:53.087861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:53.091873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/mutual-fund-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/mutual-fund-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/mutual-fund-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:46:56.870239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:46:56.873663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:01.288886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:01.400426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:06.746425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:06.749837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/client/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/client/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:10.975440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:10.980175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/client/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/client/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:15.106156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:15.109728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:20.043254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:20.107222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:24.492837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:24.496141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:28.355201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:28.358806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:32.477051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:32.480597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:37.702174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:37.949055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:42.504645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:42.507999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/clld_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/clld_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/clld_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:46.796005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:46.799611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/clld_dir/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/clld_dir/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/clld_dir/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:51.151927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:51.157163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:55.519229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:55.699199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:47:59.751198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:47:59.754562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cmd/testdata/expected/dot_env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:03.588455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:03.591736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cmd/testdata/expected/dot_env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cmd/testdata/expected/dot_env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:07.897198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:07.902095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:13.261587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:13.339075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:18.216681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:18.219973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/code/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/code/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:22.072681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:22.075947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/code/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/code/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:26.578939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:26.582233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:31.069463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:31.117779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:35.317791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:35.321280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/code/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/code/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:39.055433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:39.058721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/code/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/code/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/code/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:43.327553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:43.331006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:47.957507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:48.168238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:52.928103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:52.933831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CodeGolf.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:48:57.215466+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:48:57.219068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/CodeGolf.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CodeGolf.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:01.251481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:01.254873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:06.131648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:06.242817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:10.662287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:10.665714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/codenames-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/codenames-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/codenames-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:14.649973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:14.653383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/codenames-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/codenames-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/codenames-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:19.168714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:19.172248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:23.990499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:24.052147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:28.324029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:28.327886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collab-connect-web-application/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collab-connect-web-application/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collab-connect-web-application/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:32.111055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:32.114351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collab-connect-web-application/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collab-connect-web-application/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collab-connect-web-application/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:36.193745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:36.197063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:40.606984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:40.627252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:49.100370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:49.103715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:55.575384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:55.579490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/collected_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/collected_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/collected_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:49:59.802738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:49:59.880179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:04.720916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:04.724375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:09.485687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:09.489040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/community/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/community/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/community/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:15.156915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:15.240389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/community/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/community/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/community/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:20.763695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:20.767027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:25.436334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:25.439665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:30.518127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:30.594893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:35.887368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:35.890746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/conf/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/conf/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:40.574029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:40.577403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:45.075894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:45.079280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:50.163005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:50.220464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:55.181119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:55.184559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:50:59.570215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:50:59.574790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:04.001435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:04.004801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:08.707606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:09.007272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:13.657460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:13.662005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ContainerRegistry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ContainerRegistry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ContainerRegistry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:17.761901+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:17.765184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:21.801494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:21.804821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:27.099450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:27.171599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:31.640161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:31.643627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:35.997709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:36.001316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:40.015318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:40.018683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:44.847196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:44.924262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:49.859089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:49.863968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:54.127739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:54.131222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:51:58.229477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:51:58.232924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:02.890519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:02.977872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:07.726873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:07.732419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:12.104023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:12.107516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:16.694974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:16.698967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:21.939028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:22.231311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/Datavase/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/Datavase/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:27.027255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:27.030569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/Datavase/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/Datavase/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:31.895817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:31.899218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:36.165935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:36.169711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:40.552947+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:40.576858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:44.907124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:44.910540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:48.958176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:48.962344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:53.617060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:53.620547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:52:58.088465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:52:58.198178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/src/main/resources/org/jobrunr/dashboard/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:02.454348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:02.457765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/core/src/main/resources/org/jobrunr/dashboard/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/src/main/resources/org/jobrunr/dashboard/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:06.671311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:06.674828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:11.189429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:11.194705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:15.937327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:16.055521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/counterblockd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/counterblockd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterblockd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:20.510097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:20.513764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/counterblockd/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/counterblockd/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterblockd/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:24.416809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:24.421576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:29.126458+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:29.130089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:33.583431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:33.849717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/counterwallet/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/counterwallet/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterwallet/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:38.479933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:38.483428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/counterwallet/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/counterwallet/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/counterwallet/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:43.458295+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:43.461813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:47.846236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:47.850356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:52.431761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:52.480620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:53:56.816761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:53:56.820228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:01.012910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:01.016584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:05.281817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:05.285787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:09.715999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:09.820150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:14.534215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:14.537587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cron/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cron/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cron/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:18.895186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:18.899263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:23.168323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:23.171746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:27.689969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:27.796995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cronlab/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cronlab/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cronlab/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:31.880147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:31.884047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cronlab/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cronlab/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cronlab/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:36.341569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:36.345259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:40.889167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:40.894841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:45.464556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:45.533159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cryo_project/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cryo_project/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cryo_project/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:50.904904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:50.908241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cryo_project/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cryo_project/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cryo_project/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:55.596576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:54:55.599918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:54:59.999442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:00.003861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:04.845974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:04.868660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:09.475453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:09.478867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/css/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/css/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:14.293045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:14.296554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:18.693321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:18.697078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:22.917383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:22.976129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/custom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/custom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/custom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:27.613432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:27.619216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/custom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/custom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/custom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:31.838747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:31.842498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:35.748353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:35.751914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:39.680995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:39.810050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/d/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/d/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/d/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:43.916838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:43.920168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/d/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/d/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/d/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:47.817360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:47.820829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:51.594308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:51.597775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:55:55.783897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:55:55.827436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:00.374743+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:00.378792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:04.407157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:04.411112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:08.609484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:08.612870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:12.885520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:13.024220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dataset1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dataset1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:17.628768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:17.632088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dataset1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dataset1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:21.760858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:21.764184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:25.874212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:25.877694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:29.817669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:29.958478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dataset2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dataset2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:34.739210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:34.742572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dataset2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dataset2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dataset2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:39.017343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:39.020686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:42.736241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:42.739871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:47.232133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:47.286550+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:51.891162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:51.894527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/default/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/default/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/default/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:56:56.264575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:56:56.267916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:00.320196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:00.323644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:04.665697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:04.756965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delivery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delivery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delivery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:09.547014+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:09.550348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/delivery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/delivery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delivery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:13.376625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:13.379974+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:17.134474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:17.138011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:21.942298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:22.025809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:26.013074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:26.016573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:30.394685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:30.398038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:34.763371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:34.766798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:39.085864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:39.202615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:43.813758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:43.817479+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:48.702298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:48.705788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:52.295244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:52.298668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:57:56.726808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:57:56.906591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:01.172612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:01.175945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/deploy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/deploy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:05.311117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:05.317290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:09.824478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:09.827884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:14.239691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:14.347746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developerslv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developerslv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developerslv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:18.643355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:18.648663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developerslv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developerslv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developerslv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:22.762525+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:22.766034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:26.594265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:26.597696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:30.730645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:30.840753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:35.254446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:35.259788+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/development/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/development/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:39.203813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:39.207338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:43.244144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:43.248777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:48.303910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:48.515423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/directories/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/directories/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/directories/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:52.704646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:52.707957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/directories/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/directories/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/directories/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:58:57.264440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:58:57.267771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:01.237813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:01.241236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:05.878944+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:06.067021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:10.110432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:10.113969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:14.193485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:14.196822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:17.925359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:17.930674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:22.542981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:22.751707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django_project_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django_project_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django_project_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:26.625168+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:26.628524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django_project_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django_project_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django_project_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:30.756044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:30.759455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:34.710885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:34.714440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:39.285526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:39.332115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django-blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django-blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django-blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:43.648091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:43.651464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django-blog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django-blog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django-blog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:48.007253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:48.012186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:51.898638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:51.902345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T17:59:55.999588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T17:59:56.175642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/django/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/django/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:01.392127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:01.395543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/django/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/django/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/django/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:05.776014+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:05.779531+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:10.210628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:10.214135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:15.033009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:15.295175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:21.012272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:21.016426+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:26.144061+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:26.147533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:31.080898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:31.463169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:36.727219+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:36.730564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-compose/platform/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-compose/platform/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose/platform/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:40.286312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:40.291179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose/platform/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose/platform/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose/platform/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:44.673879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:44.678757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:49.782774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:50.086214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:55.396673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:55.400018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-elk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-elk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-elk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:00:59.884695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:00:59.888121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-elk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-elk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-elk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:04.205673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:04.209199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:08.383607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:08.769602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:13.865131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:13.869296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-network-healthcheck/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-network-healthcheck/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-network-healthcheck/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:18.029434+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:18.032967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-network-healthcheck/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-network-healthcheck/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-network-healthcheck/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:22.534129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:22.537564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:26.677386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:26.967472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:32.400991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:32.404300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker-node-mongo-redis/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker-node-mongo-redis/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-redis/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:37.927019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:37.931108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-node-mongo-redis/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-node-mongo-redis/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-redis/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:42.746900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:43.328643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:49.116103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:49.119512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:54.656555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:54.660014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:01:59.207871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:01:59.453739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:05.160214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:05.163649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:10.071455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:10.075231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:15.403678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:15.782098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:21.975918+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:21.979363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:26.910099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:26.913626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:31.880920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:32.124205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:37.819875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:37.823241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/compose/withMongo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/compose/withMongo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withMongo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:42.867192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:42.870599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/compose/withMongo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/compose/withMongo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withMongo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:46.763551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:46.766939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:50.970867+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:51.134894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:02:56.832391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:02:56.835763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/compose/withPostgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/compose/withPostgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withPostgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:01.229827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:01.233259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/compose/withPostgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/compose/withPostgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/compose/withPostgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:05.801772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:05.805196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:10.151475+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:10.498236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:15.530193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:15.533587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:20.203503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:20.206910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/database/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/database/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/database/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:25.456678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:26.508043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:32.556042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:32.559407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:37.957123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:37.961397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:43.408946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:44.911289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:51.095800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:51.099806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:03:56.233381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:03:56.236753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:00.989255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:01.414919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/examples/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/examples/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/examples/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:07.148812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:07.152149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/examples/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/examples/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/examples/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:12.472308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:12.476449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:16.943484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:17.207157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:22.597483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:22.600841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:26.378944+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:26.382238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/postgres/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/postgres/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/postgres/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:32.179594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:32.433325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:39.243320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:39.246624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:43.492613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:43.495867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker/webdav/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker/webdav/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/webdav/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:50.428921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:51.132425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker/webdav/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker/webdav/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker/webdav/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:04:56.538740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:04:56.542112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:00.550471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:00.553789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:07.656799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:08.075207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:14.637567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:14.640962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:18.478238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:18.481604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:24.132956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:24.178300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:29.814633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:29.819300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dodoswap-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dodoswap-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dodoswap-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:33.777734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:33.781000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dodoswap-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dodoswap-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dodoswap-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:37.383398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:37.386706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:42.212930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:42.555169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:48.219011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:48.222854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dotfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dotfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dotfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:51.965688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:51.968947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dotfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dotfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dotfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:05:56.118951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:05:56.122256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:01.987424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:02.253680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:07.436066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:07.441563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/download/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/download/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/download/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:11.541453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:11.544728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/download/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/download/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/download/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:15.443634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:15.447187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:19.888735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:20.077786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:24.842250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:24.845696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/downloads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/downloads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/downloads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:28.884781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:28.888434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/downloads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/downloads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/downloads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:33.113515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:33.116807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:37.303380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:37.541247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:42.051539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:42.054897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:46.196444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:46.200160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/e2e/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/e2e/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/e2e/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:50.252520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:50.255830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:54.782771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:54.857499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:06:59.283817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:06:59.287142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:03.592740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:03.596082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:07.539348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:07.542678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:11.870697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:12.202802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:16.677839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:16.681302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/engine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/engine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:20.751251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:20.754517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/engine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/engine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/engine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:24.988207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:24.991508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:29.683570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:29.885256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:35.348942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:35.352324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:39.370878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:39.374156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:43.362591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:43.365917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:48.238229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:48.560601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:53.808238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:53.811805+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/mariadb-test/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:07:57.674431+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:07:57.677790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/dockers/mariadb-test/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/mariadb-test/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:01.640583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:01.643836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:06.435626+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:06.573323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:11.688483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:11.691844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/dockers/php-apache/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/dockers/php-apache/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/php-apache/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:15.339625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:15.342879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/dockers/php-apache/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/dockers/php-apache/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/dockers/php-apache/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:18.826030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:18.829634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:23.521291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:23.630667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:28.368742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:28.372082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:31.975362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:31.978747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:35.931540+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:35.936734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:40.637666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:40.878518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:47.017007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:47.021165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/template/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/template/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/template/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:50.578654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:50.581952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/template/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/template/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/template/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:54.281642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:08:54.285708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:08:59.655064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:00.000394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:05.402376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:05.405777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environments/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environments/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:09.168307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:09.171622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/environments/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/environments/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:14.049546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:14.052977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:18.108466+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:18.465957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:23.463734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:23.467193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environments/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environments/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:27.235778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:27.239087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/environments/production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/environments/production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environments/production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:31.276809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:31.280208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:35.736111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:35.987351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:41.962231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:41.965577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/error/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/error/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:45.645230+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:45.648543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/error/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/error/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/error/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:49.878266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:49.881772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:53.863021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:54.071964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:09:58.620757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:09:58.624058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/errors/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/errors/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/errors/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:02.264282+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:02.267600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/errors/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/errors/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/errors/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:06.752465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:06.755841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:10.839825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:11.206560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:16.226700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:16.230035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:20.183103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:20.186390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:24.384869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:24.388305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:28.210127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:28.475272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:33.221790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:33.225492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example02-golang-package/import-underscore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:37.207343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:37.211832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example02-golang-package/import-underscore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example02-golang-package/import-underscore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:41.861265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:41.864698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:45.729455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:45.957583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:51.343529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:51.347147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample01/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:10:55.504502+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:10:55.507864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample01/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample01/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:00.241763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:00.245166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:04.515804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:04.625097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:09.094322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:09.097632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample02/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:13.104125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:13.107454+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example27-how-to-load-env/sample02/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example27-how-to-load-env/sample02/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:17.440803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:17.444281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:21.648063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:21.723757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:26.108746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:26.112120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:30.173929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:30.178082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:34.468978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:34.472375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:38.573582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:38.761349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:43.505941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:43.509450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/01-simple-model/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/01-simple-model/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/01-simple-model/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:47.324584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:47.328513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/01-simple-model/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/01-simple-model/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/01-simple-model/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:51.498746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:51.502167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:11:55.500646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:11:55.695021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:01.373538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:01.377128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/02-complex-example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/02-complex-example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/02-complex-example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:05.401321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:05.404648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/02-complex-example/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/02-complex-example/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/02-complex-example/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:10.310801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:10.314222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:14.843847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:14.930496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:19.786011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:19.789356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/03-one-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:23.766633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:23.770639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/03-one-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/03-one-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:28.100467+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:28.103944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:32.581237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:32.758051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:37.809646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:37.813013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/04-many-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:41.844182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:41.847510+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/04-many-to-many-relationship/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/04-many-to-many-relationship/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:46.192516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:46.195935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:50.449112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:50.627852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:54.986745+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:54.990092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:12:58.658687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:12:58.662257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/05-migrations/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/05-migrations/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/05-migrations/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:03.070494+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:03.073984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:07.232628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:07.419452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:12.562856+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:12.566226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/06-base-service/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/06-base-service/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/06-base-service/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:16.305837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:16.309186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/06-base-service/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/06-base-service/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/06-base-service/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:20.623223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:20.626656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:25.175150+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:25.438607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:30.997861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:31.002938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/07-feature-flags/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/07-feature-flags/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/07-feature-flags/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:35.066107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:35.069411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/07-feature-flags/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/07-feature-flags/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/07-feature-flags/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:39.634769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:39.638216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:44.229080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:44.492325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:49.778558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:49.781893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/08-performance/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/08-performance/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/08-performance/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:13:53.912697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:13:53.916360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/08-performance/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/08-performance/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/08-performance/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:00.224842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:00.296385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:05.532914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:05.536244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:09.523696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:09.526987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/09-production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/09-production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/09-production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:14.182134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:14.186527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/09-production/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/09-production/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/09-production/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:19.082153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:19.404715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:24.026315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:24.029688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:28.300734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:28.304018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/10-subscriptions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/10-subscriptions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:32.465814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:32.469386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/10-subscriptions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/10-subscriptions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:37.302679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:37.518076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:42.551208+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:42.554610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:46.812824+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:46.816154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/11-transactions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/11-transactions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/11-transactions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:51.409668+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:51.413301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/11-transactions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/11-transactions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/11-transactions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:14:55.768069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:14:55.902966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:00.521488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:00.524850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:04.524586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:04.527952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/drupal-separate-services/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/drupal-separate-services/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/drupal-separate-services/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:08.581965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:08.585303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/drupal-separate-services/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/drupal-separate-services/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/drupal-separate-services/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:13.008360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:13.072925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:18.297953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:18.301458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:22.485443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:22.489234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:26.479928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:26.483360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/react-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/react-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:30.721444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:30.938905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:35.534278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:35.537901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:39.734145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:39.737564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:44.168406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:44.171814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:48.797426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:48.896863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:54.303099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:54.306765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:15:58.248479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:15:58.251854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:02.893994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:02.897665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/sdl-first/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/sdl-first/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:07.766327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:07.928922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:13.199136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:13.202528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:17.124644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:17.128007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/vue-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:21.168580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:21.171963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/vue-dashboard/backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/vue-dashboard/backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:25.564598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:25.693705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:30.548364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:30.552037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:34.822013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:34.825334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:38.429051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:38.432436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:42.976511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:43.159828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:47.723066+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:47.726437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:52.262387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:52.265665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/with-cookie-auth-fauna/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:16:56.687926+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:16:56.693021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/with-cookie-auth-fauna/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/with-cookie-auth-fauna/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:00.914774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:01.036899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:05.972473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:05.976018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:10.189058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:10.192357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-dotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-dotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-dotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:14.036426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:14.039776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-dotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-dotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-dotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:18.825209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:18.984107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:23.817813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:23.821175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:28.020485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:28.023798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-firebase-authentication-serverless/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:31.934395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:31.938293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-firebase-authentication-serverless/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-firebase-authentication-serverless/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:36.274477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:36.349099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:41.125850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:41.129430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:45.438553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:45.441945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-react-relay-network-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:49.659768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:49.663159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-react-relay-network-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-react-relay-network-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:54.375586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:54.635090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:17:59.332045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:17:59.335397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:03.917802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:03.921146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-relay-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-relay-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-relay-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:07.968133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:07.971416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-relay-modern/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-relay-modern/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-relay-modern/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:12.646080+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:12.979036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:17.799830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:17.803237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:21.813119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:21.816448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-universal-configuration-build-time/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:25.940074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:25.943518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/with-universal-configuration-build-time/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/with-universal-configuration-build-time/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:30.595468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:30.784395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:35.181265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:35.184747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:39.577174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:39.580499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/exapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/exapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:43.247769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:43.251261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/exapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/exapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/exapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:47.966392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:48.156328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:52.691113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:52.694518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:18:56.621469+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:18:56.625157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Exercise.Frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Exercise.Frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:00.540311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:00.543657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Exercise.Frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Exercise.Frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:05.691864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:05.802534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:10.262786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:10.266259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:14.223324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:14.226656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Exercise.Frontend/train/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Exercise.Frontend/train/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/train/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:18.290440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:18.294279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Exercise.Frontend/train/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Exercise.Frontend/train/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Exercise.Frontend/train/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:22.727291+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:22.826624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:27.273485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:27.277013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:31.094580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:31.098926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/export/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/export/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/export/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:35.136402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:35.139754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/export/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/export/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/export/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:39.238249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:39.283705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:43.540480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:43.543831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:47.760422+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:47.763709+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:51.399738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:51.403127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fastlane/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fastlane/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fastlane/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:19:56.278613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:19:56.434595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:01.251245+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:01.254659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:04.960644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:04.963929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:08.929106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:08.932439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:13.473385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:13.630451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:18.513566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:18.516938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:22.307915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:22.311307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:26.375101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:26.378761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:31.327235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:31.638938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:35.955235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:35.958610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:39.840614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:39.846423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FE/huey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FE/huey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FE/huey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:43.615956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:43.619407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/FE/huey/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/FE/huey/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FE/huey/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:48.139662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:48.190436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:52.086836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:52.090186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:55.775884+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:55.779182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fedex/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fedex/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fedex/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:20:59.734776+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:20:59.738116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fedex/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fedex/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fedex/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:04.214464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:04.332056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:08.596541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:08.599848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:12.693853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:12.697364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:16.547527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:16.550819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:21.132645+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:21.285803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:25.685735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:25.689100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:29.089869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:29.093287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/files/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/files/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:33.286895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:33.290191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/files/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/files/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:37.558194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:37.705855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:41.544446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:41.548081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:45.687941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:45.691555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fileserver/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fileserver/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fileserver/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:49.276516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:49.279924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fileserver/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fileserver/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fileserver/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:53.595122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:53.694579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:21:57.815411+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:21:57.818796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:01.843406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:01.847243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/films/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/films/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/films/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:05.575851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:05.579319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/films/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/films/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/films/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:10.712480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:10.832853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:15.130273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:15.133669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:19.159377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:19.162669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/Airflow_Dag/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:23.033840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:23.037596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/Airflow_Dag/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/Airflow_Dag/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:27.284781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:27.367449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:31.881366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:31.884821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:36.200807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:36.204105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/kafka_twitter/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:40.074311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:40.077654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/kafka_twitter/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/kafka_twitter/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:44.548580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:44.574478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:48.619248+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:48.622570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:52.711612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:52.714978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Final_Project/StartingFile/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Final_Project/StartingFile/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/StartingFile/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:22:56.392314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:22:56.395646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Final_Project/StartingFile/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Final_Project/StartingFile/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Final_Project/StartingFile/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:00.366609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:00.403994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:04.454764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:04.458088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:08.371539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:08.374881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/finalVersion/lcomernbootcamp/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:12.091524+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:12.094918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/finalVersion/lcomernbootcamp/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/finalVersion/lcomernbootcamp/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:16.236792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:16.353935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:21.179512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:21.182886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:24.896310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:24.899726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FIRST_CONFIG/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FIRST_CONFIG/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FIRST_CONFIG/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:29.000398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:29.003774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/FIRST_CONFIG/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/FIRST_CONFIG/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FIRST_CONFIG/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:33.519251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:33.719321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:37.997917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:38.001341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:41.929709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:41.935814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/first-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/first-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/first-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:45.624261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:45.627663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/first-network/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/first-network/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/first-network/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:49.742232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:49.801912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:54.140795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:54.145260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:23:58.041779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:23:58.045102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fisdom/fisdom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fisdom/fisdom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fisdom/fisdom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:01.975910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:01.979862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fisdom/fisdom/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fisdom/fisdom/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fisdom/fisdom/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:06.037361+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:06.162046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:10.697724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:10.701102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:14.563946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:14.567275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/blocks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/blocks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/blocks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:18.525272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:18.529124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/blocks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/blocks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/blocks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:23.573995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:23.846387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:28.502561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:28.505978+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:31.889279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:31.892588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/fiber-debugger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:35.909373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:35.914744+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/fiber-debugger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/fiber-debugger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:40.011534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:40.085460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:44.093628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:44.096996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:48.141505+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:48.144898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/flight/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/flight/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/flight/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:51.824543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:51.828116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/flight/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/flight/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/flight/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:24:55.967974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:24:56.090357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:00.439801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:00.445089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:04.558797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:04.562118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/kitchensink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/kitchensink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:08.739155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:08.742589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fixtures/kitchensink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fixtures/kitchensink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:13.475156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:13.513111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:17.186019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:17.189388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:21.258357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:21.261970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flask_test_uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flask_test_uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flask_test_uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:25.292110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:25.295458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flask_test_uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flask_test_uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flask_test_uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:29.586181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:29.723955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:34.112590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:34.116645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:37.970783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:37.974070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:41.543656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:41.547113+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fm/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fm/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fm/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:46.208539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:46.295790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:50.311721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:50.315161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:54.362845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:54.366430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/font-icons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/font-icons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/font-icons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:25:58.116180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:25:58.120367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/font-icons/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/font-icons/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/font-icons/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:02.418623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:02.531508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:06.782802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:06.786729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:10.684055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:10.688097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:14.578486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:14.582828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:18.787185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:18.912172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:23.223558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:23.227846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:27.431180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:27.435446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:31.279372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:31.284278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:36.025216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:36.188718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:41.023811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:41.028737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:44.753315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:44.757430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-empathy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-empathy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-empathy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:48.418240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:48.422139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-empathy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-empathy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-empathy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:52.485031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:52.558943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:26:56.913712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:26:56.917793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:01.285342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:01.291259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front-end/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front-end/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-end/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:05.182310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:05.188473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front-end/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front-end/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front-end/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:09.323999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:09.471861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:13.680660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:13.684845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:17.991597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:17.995250+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:21.619057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:21.622636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:25.959436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:26.144182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:30.702267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:30.705997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:35.414337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:35.417875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/front/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/front/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:39.627654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:39.631334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/front/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/front/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/front/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:43.708237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:43.823833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:48.333335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:48.337107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:52.098952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:52.104740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:27:56.144391+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:27:56.148293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:00.242135+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:00.323603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:04.920045+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:04.924614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:08.859232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:08.862954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:12.550732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:12.554704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/momentum-fe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/momentum-fe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:16.725864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:16.866281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:21.313807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:21.318468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:25.109189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:25.113566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:28.845157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:28.849384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:33.172265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:33.327605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:38.261647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:38.265449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:42.319310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:42.324643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:46.442912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:46.447172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:50.581960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:50.793390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:55.093054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:55.096754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:28:59.152253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:28:59.158195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:03.453786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:03.457735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:07.918570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:08.057662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:13.105743+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:13.109359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:17.135027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:17.141047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:21.132760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:21.136876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:26.156399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:26.354339+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:31.034008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:31.038124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:35.469333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:35.474810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:39.385911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:39.389402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:44.813497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:45.299385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:50.688123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:50.692587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:29:55.862175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:29:55.867155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:00.757493+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:01.409051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fhir-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fhir-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fhir-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:07.553673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:07.557035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:11.986252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:11.989687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:17.442221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:18.111975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:24.688727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:24.692822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fonts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fonts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fonts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:29.266873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:29.272062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:35.437758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:35.780034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:43.452460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:43.456110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:48.178945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:48.183723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:30:55.865417+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:30:56.178309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:11.917886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:12.421396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:16.481620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:16.487966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:20.072176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:20.076664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/vue/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/vue/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/vue/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:23.743154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:23.746621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:37.603484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:37.858180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:42.238333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:42.242424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:46.390796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:46.394953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontendfinaltest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontendfinaltest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontendfinaltest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:51.525072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:51.529334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:31:55.622166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:31:55.725162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:02.186290+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:02.189889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:12.890615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:13.279824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ftpmaster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ftpmaster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ftpmaster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:17.823456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:17.827964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:21.964094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:21.968349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:25.958764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:25.963567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fuyun/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fuyun/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fuyun/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:32.470456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:32.675270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fuyun/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fuyun/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fuyun/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:37.962236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:37.965919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:42.574755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:42.578436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:48.410997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:48.601051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gallery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gallery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:52.927653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:52.931746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gallery/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gallery/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gallery/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:32:57.108477+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:32:57.112375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:01.014111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:01.018271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:06.330323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:06.528071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:11.103013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:11.108586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:15.041783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:15.045699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:23.699546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:23.982177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:32.514681+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:32.518446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:45.143174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:45.300914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/game/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/game/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/game/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:50.717669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:50.721241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:33:54.607576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:33:54.611520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:01.525521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:01.964349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gameclient/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gameclient/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameclient/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:06.278830+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:06.282891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gameclient/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gameclient/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameclient/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:10.799667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:10.803349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:16.946930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:17.327284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:22.084335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:22.088899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gamedev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gamedev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gamedev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:25.912092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:25.915900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gamedev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gamedev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gamedev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:33.687317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:33.964621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:40.225240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:40.228914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:46.351198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:46.355103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gameone/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gameone/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameone/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:52.262997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:52.594462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gameone/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gameone/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gameone/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:34:57.342551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:34:57.346374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:01.057592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:01.062127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:11.421523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:11.548287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/games/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/games/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/games/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:15.496616+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:15.500228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/games/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/games/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/games/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:19.915632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:19.919636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:23.853884+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:23.859118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:30.053530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:30.209831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gcloud-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gcloud-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:34.674522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:34.678537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gcloud-api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gcloud-api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud-api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:38.882063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:38.886134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:51.587521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:51.926271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:35:58.011508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:35:58.015544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/GeekMoney/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/GeekMoney/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GeekMoney/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:04.330567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:04.334758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GeekMoney/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GeekMoney/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GeekMoney/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:13.922983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:14.102440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:18.802366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:18.806391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:23.225380+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:23.229593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gems/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gems/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gems/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:29.587893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:29.715193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gems/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gems/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gems/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:34.994195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:34.998533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:39.074182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:39.077718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:45.948199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:46.251654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/general/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/general/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/general/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:50.677381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:50.681476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/general/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/general/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/general/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:54.714401+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:54.718067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:36:59.485166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:36:59.508759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:06.020388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:06.198138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:11.041880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:11.045584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:16.750382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:16.755116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:24.905793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:25.197858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:30.374791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:30.379125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/geo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/geo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/geo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:36.983090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:36.987652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/geo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/geo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/geo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:42.271312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:42.494071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:46.780775+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:46.785089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:50.712486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:50.717345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lemonldap-ng-fr-doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:37:55.462261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:37:55.466438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lemonldap-ng-fr-doc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lemonldap-ng-fr-doc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:07.474791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:07.705134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:13.915294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:13.918822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:17.933148+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:17.936547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/letsencrypt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/letsencrypt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/letsencrypt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:23.118126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:23.231317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/letsencrypt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/letsencrypt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/letsencrypt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:27.966342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:27.970902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:32.450381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:32.453842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:36.782375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:36.786214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lib/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lib/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:41.525153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:41.655097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:38:57.534016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:38:57.981021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:14.830029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:15.119044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:20.701629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:20.706547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:26.877268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:26.880620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:31.723239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:31.769876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:35.821904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:35.825315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:40.301476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:40.304790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/libs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/libs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/libs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:43.985543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:43.988842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/libs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/libs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/libs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:49.669569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:49.766209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:53.874710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:53.878111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:39:58.164285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:39:58.167563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linux/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linux/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linux/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:02.283172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:02.286815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/linux/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/linux/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linux/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:08.013240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:08.084132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:12.701796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:12.705261+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:17.248679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:17.252231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:23.129802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:23.185734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/local/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/local/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:28.384007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:28.390084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:32.407774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:32.411043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:36.411754+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:36.415043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/log/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/log/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/log/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:41.828301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:42.043157+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/log/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/log/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/log/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:46.428044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:46.431402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:50.664333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:50.667686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:54.616393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:54.619710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:40:59.435029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:40:59.508267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/logging/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/logging/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logging/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:04.338811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:04.342245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:08.517937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:08.521845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:12.188144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:12.191441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:17.572914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:17.766579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:22.778368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:22.781719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:27.055888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:27.059153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:31.352658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:31.356002+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:36.023822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:36.129010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:40.492182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:40.496107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:44.867259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:44.870521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:48.965569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:48.968911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailinabox/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailinabox/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailinabox/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:54.233360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:54.405409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mailinabox/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mailinabox/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailinabox/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:41:59.348139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:41:59.351456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:03.333519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:03.337320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:07.783747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:07.787599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mailman/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mailman/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailman/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:13.229144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:13.389021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mailman/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mailman/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mailman/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:18.098688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:18.102181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:22.243157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:22.248379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:26.828035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:26.831357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main_user/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main_user/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main_user/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:34.325785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:34.464688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/main_user/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/main_user/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main_user/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:39.366789+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:39.370056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:43.250348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:43.253690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:47.056742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:47.060300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:51.927658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:51.964006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/main/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/main/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:42:56.735496+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:42:56.738842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:00.877720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:00.880989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:04.733488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:04.736796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:10.138869+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:10.372857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/manual/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/manual/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/manual/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:14.712788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:14.716107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:18.627619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:18.631167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:23.082528+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:23.085874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/master/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/master/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:29.003691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:29.141638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/master/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/master/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/master/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:33.942579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:33.945897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:37.587367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:37.590669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:41.528765+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:41.532105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:46.162463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:46.292672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:50.815443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:50.818745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:54.787043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:54.790644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:43:58.929453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:43:58.934537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/memcached/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/memcached/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/memcached/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:05.121372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:05.230239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/memcached/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/memcached/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/memcached/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:09.525352+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:09.528664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:13.397651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:13.400932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:17.786685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:17.789980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:22.676736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:22.782447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mentorg-lava-docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mentorg-lava-docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:26.965652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:26.968968+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:30.581243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:30.584580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:34.581267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:34.584629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react-communication/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react-communication/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react-communication/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:39.730099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:39.849079+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react-communication/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react-communication/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react-communication/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:44.897009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:44.900316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:48.973302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:48.976905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:53.392309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:53.396981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:44:58.220600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:44:58.404247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/micro-app-react/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/micro-app-react/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/micro-app-react/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:03.002589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:03.006602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:06.974257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:06.977635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:11.155350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:11.158858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mindsweeper/gui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mindsweeper/gui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mindsweeper/gui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:15.998415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:16.090134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mindsweeper/gui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mindsweeper/gui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mindsweeper/gui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:20.124839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:20.128119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:23.572319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:23.576348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:27.836285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:27.839584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/minified/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/minified/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/minified/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:33.245517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:33.420579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/minified/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/minified/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/minified/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:38.317519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:38.320870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:42.013744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:42.017146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:46.780041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:46.783410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/misc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/misc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/misc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:50.847620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:50.909849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/misc/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/misc/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/misc/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:54.570768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:54.574060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:45:58.540342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:45:58.543607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:03.395442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:03.398750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Modix/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Modix/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Modix/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:07.409416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:07.495656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Modix/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Modix/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Modix/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:11.948012+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:11.951411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:15.541101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:15.545097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:19.723128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:19.726907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monerod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monerod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monerod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:23.420373+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:23.469423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monerod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monerod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monerod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:27.041558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:27.044901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:30.914789+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:30.918107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:35.653470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:35.657661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mongodb/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mongodb/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mongodb/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:39.811251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:39.848304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/mongodb/config/dev/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/mongodb/config/dev/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mongodb/config/dev/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:44.457738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:44.461058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:48.232561+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:48.235869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:52.838079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:52.841726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:46:57.387883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:46:57.522997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/monitoring/compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/monitoring/compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitoring/compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:01.441017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:01.444313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:05.662156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:05.665446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:10.352793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:10.356163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/moodledata/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/moodledata/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/moodledata/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:14.496738+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:14.541718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/moodledata/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/moodledata/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/moodledata/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:18.692325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:18.695619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:22.536556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:22.540407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:26.874589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:26.877938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/msks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/msks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/msks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:31.114679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:31.322883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/msks/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/msks/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/msks/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:35.639230+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:35.642536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:39.298475+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:39.302094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:44.156929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:44.160340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/munki_repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/munki_repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/munki_repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:48.336635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:48.416986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/munki_repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/munki_repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/munki_repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:51.977985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:51.981367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:55.646728+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:55.650017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:47:59.769805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:47:59.773162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/music/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/music/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/music/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:04.461689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:04.639988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/music/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/music/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/music/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:09.702731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:09.706546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:13.813699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:13.816979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:18.675702+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:18.679073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MyRentals.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:23.318587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:23.665164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/MyRentals.Web/ClientApp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MyRentals.Web/ClientApp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:28.356552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:28.360052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:32.185242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:32.188859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:36.661672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:36.665070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/name/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/name/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/name/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:40.850474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:40.999458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/name/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/name/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/name/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:45.599123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:45.602630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:49.611808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:49.615089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:54.330602+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:54.333948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new-js/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new-js/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new-js/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:48:58.956138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:48:59.114522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new-js/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new-js/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new-js/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:04.101153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:04.104635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:07.902895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:07.906185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:12.481197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:12.484559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/news-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/news-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/news-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:16.809553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:16.935460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/news-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/news-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/news-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:21.072938+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:21.078828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:24.619296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:24.623791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:29.622633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:29.626136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/nginx-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/nginx-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:33.535981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:33.704977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nginx-server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nginx-server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx-server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:38.056320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:38.059743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:41.867099+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:41.870444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:45.958115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:45.961472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/nginx/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/nginx/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:50.392367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:50.459094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nginx/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nginx/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nginx/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:55.250608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:55.253907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:49:58.989765+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:49:58.993083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:03.827470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:03.830787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/niffler-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/niffler-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/niffler-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:08.159927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:08.204533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/niffler-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/niffler-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/niffler-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:12.557983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:12.561282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:16.557790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:16.561134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:20.599265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:20.603026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/node_modules/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/node_modules/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:25.122113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:25.204192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:29.524715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:29.528267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:33.467495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:33.470940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:37.958851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:37.962185+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:42.715835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:42.803061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/login/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/login/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:46.715073+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:46.718545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:50.692977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:50.696868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:50:55.370014+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:50:55.373297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/ManageUserRoles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:00.265398+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:00.426245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/play-ground/ManageUserRoles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/play-ground/ManageUserRoles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:05.273821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:05.277844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:09.369550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:09.372985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:14.545104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:14.548463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/noVNC/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/noVNC/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/noVNC/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:18.880575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:18.989888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/noVNC/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/noVNC/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/noVNC/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:23.188221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:23.191523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:27.233258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:27.236707+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:31.921829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:31.927464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Nuke.App.Ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Nuke.App.Ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nuke.App.Ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:36.318407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:36.380639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nuke.App.Ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nuke.App.Ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nuke.App.Ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:40.876465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:40.879769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:44.843552+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:44.846940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:49.157500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:49.160958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oldsanta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oldsanta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oldsanta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:53.442302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:53.548461+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/oldsanta/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/oldsanta/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oldsanta/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:51:57.714129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:51:57.717844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:01.524826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:01.528130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:05.931764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:05.935154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ops/vagrant/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ops/vagrant/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ops/vagrant/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:10.186985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:10.227463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ops/vagrant/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ops/vagrant/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ops/vagrant/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:15.045364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:15.048676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:18.707408+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:18.710946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:23.631488+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:23.634794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/option/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/option/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/option/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:27.870892+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:27.928017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/option/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/option/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/option/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:31.641929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:31.645319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:35.493476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:35.496875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:40.453155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:40.456485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:44.720056+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:44.805222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/orientdb-client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/orientdb-client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/orientdb-client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:49.198498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:49.201797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:53.164667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:53.168027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:52:57.366283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:52:57.369616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/outputs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/outputs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/outputs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:01.762267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:01.940140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/outputs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/outputs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/outputs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:06.315845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:06.319159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:10.242509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:10.245803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:14.830478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:14.833765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/owncloud/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/owncloud/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:19.208547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:19.274489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/owncloud/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/owncloud/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:23.305530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:23.308942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:27.198400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:27.201801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:31.448037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:31.451579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:35.818566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:35.870532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:40.023863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:40.027276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:44.331678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:44.334987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:48.574772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:48.578173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:53.044594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:53.101105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:53:56.851927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:53:56.855477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:00.962965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:00.966291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:05.353731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:05.357057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:09.806161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:09.961864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:14.424048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:14.427490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:18.625917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:18.629298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:22.584115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:22.587571+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:26.781902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:26.823181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:30.751266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:30.756950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:34.835009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:34.838311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:39.163128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:39.166474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/page-editor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/page-editor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/page-editor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:43.331319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:43.390619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/page-editor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/page-editor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/page-editor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:48.039548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:48.042819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:52.267365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:52.270661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:54:56.972471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:54:56.975832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/parity/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/parity/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parity/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:00.976822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:01.019966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/parity/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/parity/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parity/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:05.903912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:05.907326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:09.638512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:09.642003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:14.297819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:14.301224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Passportjs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Passportjs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Passportjs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:18.489695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:18.594657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Passportjs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Passportjs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Passportjs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:23.471320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:23.474671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:27.377444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:27.380854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:31.488661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:31.495209+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/patchwork/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/patchwork/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patchwork/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:35.509640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:35.532525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/patchwork/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/patchwork/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/patchwork/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:39.587141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:39.590700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:43.580527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:43.583855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:47.857106+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:47.860501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:51.830931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:51.868727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:55:56.472932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:55:56.476224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:00.162784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:00.166050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:04.576154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:04.579485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pfbe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pfbe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pfbe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:08.981579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:09.086747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pfbe/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pfbe/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pfbe/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:13.535799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:13.539338+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:17.251112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:17.254424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:21.886864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:21.890259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pictures/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pictures/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pictures/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:26.271541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:26.306367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pictures/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pictures/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pictures/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:30.476581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:30.479873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:34.084523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:34.087850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:38.623067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:38.626407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/playground/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/playground/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/playground/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:42.907090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:42.956073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/playground/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/playground/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/playground/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:47.476691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:47.480515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:51.315379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:51.318706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:56:56.217867+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:56:56.221227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:00.454047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:00.539465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugin_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugin_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugin_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:04.624130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:04.627418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:08.404269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:08.407588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:13.185225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:13.188659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/post-deployment/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/post-deployment/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/post-deployment/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:17.190175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:17.380694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/post-deployment/.vscode/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/post-deployment/.vscode/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/post-deployment/.vscode/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:21.419727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:21.423071+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:25.286705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:25.289986+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:29.337258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:29.340597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/postfixadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/postfixadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/postfixadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:33.344793+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:33.374892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/postfixadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/postfixadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/postfixadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:37.380325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:37.383656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:41.580340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:41.583690+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:45.315643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:45.319019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/price_hawk_client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/price_hawk_client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/price_hawk_client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:49.511029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:49.604483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/price_hawk_client/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/price_hawk_client/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/price_hawk_client/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:54.201655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:54.205081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:57:58.093396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:57:58.097619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:02.857184+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:02.860840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:07.218825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:07.382093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prisma/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prisma/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prisma/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:11.349504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:11.353152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:15.483164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:15.486489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:20.406547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:20.411110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:25.034440+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:25.214116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/private/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/private/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:30.167101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:30.170459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:34.377038+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:34.380773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:38.679659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:38.683557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/processor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/processor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/processor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:42.882601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:42.908656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/processor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/processor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/processor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:47.377256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:47.380580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:51.416382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:51.419732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:55.548128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:55.551618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:58:59.480100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:58:59.510737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prod/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prod/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:03.727148+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:03.730829+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:07.659989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:07.663543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:13.132182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:13.135627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:17.543102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:17.665142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/projbackend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/projbackend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/projbackend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:22.218873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:22.222190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:26.236859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:26.240257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:30.682328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:30.685692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/project_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/project_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:35.434992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:35.534634+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/project_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/project_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/project_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:39.833277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:39.836623+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:43.751603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:43.754915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:48.204719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:48.208144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/psnlink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/psnlink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/psnlink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:52.525176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:52.597658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/psnlink/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/psnlink/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/psnlink/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T18:59:56.831914+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T18:59:56.835267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:00.624953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:00.628313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:04.690243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:04.694494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pt2/countries/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pt2/countries/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt2/countries/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:09.049730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:09.159245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pt2/countries/src/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pt2/countries/src/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt2/countries/src/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:13.123809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:13.127444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:17.018288+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:17.021584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:21.800683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:21.804223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pt8/library-backend-gql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pt8/library-backend-gql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt8/library-backend-gql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:26.073638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:26.136069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pt8/library-backend-gql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pt8/library-backend-gql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pt8/library-backend-gql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:30.692788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:30.696225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:34.469017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:34.472998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:39.419606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:39.423077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pub/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pub/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pub/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:44.150703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:44.551124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pub/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pub/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pub/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:49.480705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:49.486311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:53.426583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:53.429984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:00:57.748329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:00:57.752470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public_html/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public_html/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:02.444348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:02.675031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public_html/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public_html/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:07.396761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:07.400091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:11.414651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:11.417955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:16.484016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:16.487359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:21.939607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:22.289175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public_root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public_root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:26.533200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:26.536836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:30.185387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:30.188984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:35.441932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:35.445534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:39.980893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:40.060390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:45.229416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:45.234163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:49.150655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:49.155000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:53.798044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:53.801488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/question2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/question2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:01:58.417532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:01:58.571965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/question2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/question2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:02.657320+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:02.660683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:06.877027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:06.880553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:11.050481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:11.053824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/qv-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/qv-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qv-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:15.871519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:15.990697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qv-frontend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qv-frontend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qv-frontend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:20.858908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:20.862871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:24.880979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:24.884385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:29.755705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:29.760826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rabbitmq-cluster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rabbitmq-cluster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rabbitmq-cluster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:35.050276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:35.195480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rabbitmq-cluster/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rabbitmq-cluster/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rabbitmq-cluster/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:39.933096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:39.936467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:43.633707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:43.637013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:48.594285+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:48.597762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rails-api/react-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rails-api/react-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rails-api/react-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:53.336262+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:53.456680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rails-api/react-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rails-api/react-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rails-api/react-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:02:57.528336+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:02:57.531669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:01.302437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:01.306313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:05.982658+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:05.986566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rasax/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rasax/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rasax/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:10.435351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:10.485570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rasax/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rasax/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rasax/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:15.776354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:15.779725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:19.502795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:19.506258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:23.769341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:23.772654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/react_todo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/react_todo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/react_todo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:28.549176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:28.624210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/react_todo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/react_todo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/react_todo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:33.005701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:33.009560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:37.130067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:37.133495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:42.341569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:42.345110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/redmine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/redmine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:46.928480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:47.105806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/redmine/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/redmine/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/redmine/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:52.109583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:52.112910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:03:55.982098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:03:55.985452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:00.196675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:00.200138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:05.102848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:05.298275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repo/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repo/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repo/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:09.637041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:09.640397+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:13.320203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:13.323570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:17.480081+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:17.483464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:21.655215+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:21.747630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:25.662750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:25.666218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:29.815961+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:29.819387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:34.860097+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:34.863567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:39.808642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:40.182762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:44.533319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:44.536667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:48.155623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:48.158933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:53.185166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:53.188554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:04:57.549163+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:04:57.880315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:02.303420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:02.306754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:06.598620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:06.603505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:11.310407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:11.313945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:15.516800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:15.650834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:20.160122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:20.163529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:24.000591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:24.006471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:28.764566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:28.767947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/mysql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/mysql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/mysql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:33.080184+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:33.181141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/mysql/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/mysql/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/mysql/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:37.544119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:37.547437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:41.380921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:41.384170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:45.861489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:45.864898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/phpmyadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:50.578633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:50.717530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/phpmyadmin/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/phpmyadmin/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:55.496632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:55.500119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:05:59.083721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:05:59.087134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:04.206637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:04.211627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rabbitmq/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:08.768063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:08.944023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/rabbitmq/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rabbitmq/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:13.603520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:13.607068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:17.413987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:17.417325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:22.305276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:22.308929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/docker/rediscommander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/docker/rediscommander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rediscommander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:27.303692+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:27.428848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/docker/rediscommander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/docker/rediscommander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/docker/rediscommander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:32.135555+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:32.138899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:36.001232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:36.004515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:40.589746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:40.593670+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resourcesync/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resourcesync/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resourcesync/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:45.164302+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:45.297438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resourcesync/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resourcesync/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resourcesync/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:53.221029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:53.224626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:06:58.066862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:06:58.071994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:03.765519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:03.976244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:08.034196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:08.037539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rest/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rest/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:12.314315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:12.317616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:16.629457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:16.633159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:21.254539+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:21.369697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/restapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/restapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/restapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:25.739016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:25.742740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/restapi/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/restapi/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/restapi/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:29.702310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:29.705617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:34.029414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:34.032799+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:38.991415+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:39.188661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/results/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/results/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/results/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:43.444929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:43.448227+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/results/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/results/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/results/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:47.500890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:47.504202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:52.073338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:52.076706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:07:56.541146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:07:56.692523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:00.537747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:00.541162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:04.387011+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:04.390489+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:09.194132+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:09.197523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:14.479395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:14.765847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:18.895484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:18.899046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/root/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/root/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/root/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:23.066625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:23.069900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:27.379357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:27.382870+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:32.018594+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:32.171991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rosterBack/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rosterBack/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rosterBack/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:36.589455+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:36.593476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rosterBack/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rosterBack/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rosterBack/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:40.645651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:40.648988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:45.468441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:45.471828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:49.763210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:49.872382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/roundcube/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/roundcube/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcube/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:54.181845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:54.185562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/roundcube/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/roundcube/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcube/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:08:57.901019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:08:57.905047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:02.408214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:02.411653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:06.889928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:07.221419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/roundcubemail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/roundcubemail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcubemail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:11.246995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:11.250393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/roundcubemail/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/roundcubemail/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/roundcubemail/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:15.082724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:15.086087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:20.140297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:20.144257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:24.425016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:24.554662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/routes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/routes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/routes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:28.460816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:28.464191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/routes/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/routes/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/routes/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:32.919370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:32.922756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:36.986519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:36.990047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:41.608113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:41.904871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:46.126634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:46.130029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:50.528842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:50.532271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:54.723173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:54.726602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:09:59.635082+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:09:59.810608+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rust-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rust-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:03.834770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:03.838089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rust-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rust-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:07.798279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:07.801587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:12.125409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:12.128817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:16.452191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:16.545654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rust-backend/dao/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rust-backend/dao/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/dao/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:20.927384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:20.930903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rust-backend/dao/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rust-backend/dao/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/dao/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:25.110607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:25.113963+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:29.429565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:29.432954+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:34.160499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:34.326979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s-with-me-front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s-with-me-front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s-with-me-front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:38.490010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:38.495259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s-with-me-front/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s-with-me-front/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s-with-me-front/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:42.526452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:42.529778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:47.383139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:47.387360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:52.822984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:53.090182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/saas/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/saas/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/saas/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:10:57.462482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:10:57.465967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/saas/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/saas/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/saas/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:03.015733+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:03.019092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:08.341862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:08.570027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:13.060254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:13.064598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/chatroom/chatroom-spa/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:17.420233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:17.426014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/chatroom/chatroom-spa/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/chatroom/chatroom-spa/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:21.732479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:21.735832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:26.659591+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:26.935635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:32.629589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:32.633279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/docker/deploymentscripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:37.115547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:37.118979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/docker/deploymentscripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/docker/deploymentscripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:42.010194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:42.335724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:46.866924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:46.870226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:50.855741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:50.859109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/script/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/script/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/script/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:11:55.352354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:11:55.355803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/script/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/script/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/script/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:00.810665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:01.121504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:06.015206+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:06.018599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:09.869994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:09.873351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/scripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/scripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:14.076921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:14.080333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:19.390216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:19.778653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:24.739781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:24.743222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:28.570032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:28.573679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/scripts/fvt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/scripts/fvt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/fvt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:33.299185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:33.302572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/fvt/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/fvt/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/fvt/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:38.772430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:39.116286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:44.031279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:44.036664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:48.489527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:48.492921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/selfish-darling-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/selfish-darling-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/selfish-darling-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:54.317529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:54.724724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/selfish-darling-backend/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/selfish-darling-backend/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/selfish-darling-backend/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:12:59.253385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:12:59.256708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:03.712441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:03.715767+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:08.007628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:08.011242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Serve_time_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Serve_time_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Serve_time_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:12.966953+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:13.464321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Serve_time_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Serve_time_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Serve_time_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:18.988744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:18.992187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:22.713495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:22.716868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:28.512731+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:29.062898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serve-browserbench/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serve-browserbench/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serve-browserbench/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:34.383815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:34.387166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/serve-browserbench/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/serve-browserbench/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serve-browserbench/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:38.562885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:38.566306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:43.272046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:43.275869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:47.737449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:48.014288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Server_with_db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Server_with_db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Server_with_db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:53.112289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:53.116103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Server_with_db/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Server_with_db/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Server_with_db/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:13:56.753994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:13:56.757746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:01.791173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:01.794730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:05.842294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:06.001542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:11.082085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:11.085440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:15.324060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:15.327700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:20.308303+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:20.312200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:24.429860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:24.605584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:29.727889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:29.731262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:33.758506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:33.761859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:38.623750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:38.627196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:42.551009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:42.670051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:48.101413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:48.104776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/laravel/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/laravel/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/laravel/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:52.182894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:52.186311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:14:57.102983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:14:57.106444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:01.341986+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:01.589816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/src/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/src/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/src/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:06.956726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:06.960715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/src/persistence/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/src/persistence/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/src/persistence/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:10.474355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:10.477646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:14.921642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:14.925228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:18.892624+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:19.122616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:24.392198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:24.395877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/adminer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/adminer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/adminer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:28.346193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:28.349761+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:33.487095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:33.490504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:37.662781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:37.972882+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/deployment-agent/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/deployment-agent/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/deployment-agent/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:42.686493+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:42.689942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/deployment-agent/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/deployment-agent/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/deployment-agent/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:46.269386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:46.273264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:50.919360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:50.922801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:54.511809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:54.676721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/documents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/documents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/documents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:15:59.878322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:15:59.881722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/documents/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/documents/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/documents/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:03.886138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:03.889693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:08.462642+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:08.466125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:12.492659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:12.754557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/graylog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/graylog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/graylog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:17.598584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:17.602100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/graylog/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/graylog/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/graylog/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:21.458924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:21.462202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:25.776954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:25.780468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:29.590885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:29.904581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/jaeger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/jaeger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/jaeger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:34.888259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:34.891877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/jaeger/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/jaeger/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/jaeger/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:38.927536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:38.931861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:43.979704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:43.983218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:48.422450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:48.676645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/minio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/minio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/minio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:53.702916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:53.706328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/minio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/minio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/minio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:16:57.680657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:16:57.684081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:02.656313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:02.659997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:06.755778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:06.965011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:11.963486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:11.966865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/monitoring/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/monitoring/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/monitoring/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:16.099592+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:16.102836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:20.774879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:20.779279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:25.150803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:25.389341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/portainer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/portainer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/portainer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:30.076680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:30.080062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/portainer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/portainer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/portainer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:33.765596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:33.770417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:38.107388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:38.110899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:42.541815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:42.696723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:47.298077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:47.301485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/redis-commander/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/redis-commander/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/redis-commander/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:50.761094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:50.764609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:55.327678+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:55.331109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:17:59.500100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:17:59.667122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:04.428454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:04.432509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/registry/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/registry/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/registry/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:08.632829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:08.636180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:13.016871+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:13.020293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:16.880466+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:17.025889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/simcore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/simcore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/simcore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:21.601487+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:21.604839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/simcore/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/simcore/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/simcore/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:25.831788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:25.835103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:29.863203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:29.866646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:33.875699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:34.101851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:38.883225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:38.886625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/services/traefik/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/services/traefik/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/services/traefik/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:42.639410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:42.642803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:46.547313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:46.551541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:50.645200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:50.742886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sessions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sessions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sessions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:55.017237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:55.021278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sessions/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sessions/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sessions/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:18:59.094930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:18:59.098235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:03.681096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:03.684560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:07.854989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:07.954735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:12.461686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:12.465036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:16.785309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:16.788739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:21.010593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:21.014325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:24.966516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:25.064781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shibboleth/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shibboleth/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:29.368977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:29.372322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shibboleth/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shibboleth/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:33.588558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:33.591893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:37.812844+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:37.816240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:42.179122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:42.231224+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:46.825575+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:46.828947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:50.824064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:50.829016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:55.014673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:55.018095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:19:59.130376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:19:59.346382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Simple_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Simple_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Simple_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:04.196430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:04.202625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Simple_server/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Simple_server/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Simple_server/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:08.170558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:08.174225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:12.649200+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:12.652633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:16.533189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:16.785687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site-library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site-library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site-library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:21.714249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:21.717785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site-library/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site-library/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site-library/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:25.701245+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:25.704771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:30.815255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:30.818714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:35.256325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:35.577057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:40.949792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:40.953537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:45.646383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:45.649947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:49.377897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:49.381369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:53.999861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:54.185569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemaps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemaps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemaps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:20:59.021265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:20:59.024762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitemaps/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitemaps/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemaps/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:03.435236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:03.438964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:07.255321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:07.258613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:11.516000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:11.724306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:15.961479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:15.964773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sites/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sites/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:20.158416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:20.161857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:24.031251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:24.035444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:28.809216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:28.886750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitestatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitestatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitestatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:33.624928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:33.628268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sitestatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sitestatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitestatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:38.120933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:38.124372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:41.832334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:41.835695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:45.903119+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:45.985719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Socketio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Socketio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Socketio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:50.035053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:50.038973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Socketio/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Socketio/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Socketio/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:54.129936+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:54.133352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:21:58.045982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:21:58.051425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:02.350629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:02.458335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:07.136404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:07.139858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sources/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sources/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sources/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:11.311204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:11.314645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:15.245872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:15.249336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:19.147077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:19.379937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:24.018434+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:24.021874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Sources/API/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Sources/API/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Sources/API/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:28.198428+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:28.201878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:32.089177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:32.092672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:36.528195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:36.577315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/spearmint/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/spearmint/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/spearmint/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:40.795327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:40.798796+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/spearmint/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/spearmint/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/spearmint/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:45.040694+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:45.044050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:49.020808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:49.024207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:53.158112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:53.314363+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/theme_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/theme_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:22:57.761558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:22:57.764931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/theme_static/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/theme_static/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme_static/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:02.495951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:02.499355+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:06.453177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:06.456588+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:10.490859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:10.660186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/theme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/theme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:14.903281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:14.907136+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/theme/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/theme/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/theme/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:19.143613+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:19.147063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:23.123315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:23.127101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:27.282276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:27.326192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/thumb/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/thumb/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumb/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:31.901873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:31.905422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/thumb/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/thumb/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumb/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:36.591092+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:36.595966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:40.790513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:40.794487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:44.851223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:44.994693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/thumbs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/thumbs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumbs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:49.636218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:49.639923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/thumbs/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/thumbs/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/thumbs/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:54.282671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:54.286128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:23:58.262144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:23:58.265878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:02.383716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:02.568832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tiedostot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tiedostot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tiedostot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:07.346181+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:07.349548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tiedostot/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tiedostot/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tiedostot/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:11.401653+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:11.405369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:15.639101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:15.642577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:19.796707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:20.023430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tmp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tmp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:24.380983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:24.384957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:29.311071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:29.314431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:33.202345+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:33.206650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:37.576276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:37.790014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tools/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tools/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tools/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:42.110369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:42.113823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tools/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tools/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tools/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:47.027804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:47.031258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:50.841288+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:50.844715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:55.236714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:55.399231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Travel_form/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Travel_form/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Travel_form/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:24:59.725859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:24:59.729728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Travel_form/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Travel_form/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Travel_form/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:03.998479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:04.001915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:08.136508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:08.139957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:12.054827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:12.129074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ts/prime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ts/prime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ts/prime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:16.813079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:16.816423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ts/prime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ts/prime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ts/prime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:21.129719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:21.133711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:25.166004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:25.169617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:29.393257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:29.642344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ubuntu/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ubuntu/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ubuntu/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:34.292358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:34.295731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ubuntu/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ubuntu/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ubuntu/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:40.935779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:40.939212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:41.091049+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:41.094439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:47.474988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:47.613841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:54.480457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:54.483791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:25:59.695729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:25:59.699637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:03.755293+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:03.936381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:08.322797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:08.326741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/unixtime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/unixtime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unixtime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:12.865229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:12.868597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/unixtime/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/unixtime/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unixtime/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:17.625604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:17.629115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:21.344196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:21.535855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:25.805712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:25.808991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/unsplash-downloader/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/unsplash-downloader/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unsplash-downloader/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:29.755436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:29.759394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/unsplash-downloader/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/unsplash-downloader/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/unsplash-downloader/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:34.248672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:34.252158+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:38.387913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:38.487087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:42.873541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:42.876826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/upfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/upfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:47.253882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:47.257375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/upfiles/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/upfiles/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upfiles/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:51.865682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:51.869716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:26:55.851628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:26:56.099831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:00.454359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:00.457750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/upload/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/upload/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upload/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:05.430721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:05.434179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/upload/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/upload/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/upload/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:11.801069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:12.078251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:16.207858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:16.211432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:21.557500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:21.560929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:25.836557+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:25.839961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/uploads/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/uploads/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:30.428619+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:30.591407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:35.007436+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:35.010743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:39.178064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:39.181466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/urlmem-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/urlmem-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/urlmem-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:43.773841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:43.777286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/urlmem-app/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/urlmem-app/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/urlmem-app/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:48.424201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:48.762107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:52.671278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:52.675539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:27:57.702458+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:27:57.705997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/User_info/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/User_info/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/User_info/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:01.705136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:01.708580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/User_info/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/User_info/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/User_info/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:07.218583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:07.462205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:11.635342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:11.638736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:16.270776+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:16.276470+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:20.713620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:20.717031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:25.195682+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:25.462687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:29.738935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:29.742308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:34.492123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:34.495471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:38.512922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:38.516310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:43.172676+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:43.659218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:48.145513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:48.149003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:54.122146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:54.126407+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/var/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/var/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:28:59.325452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:28:59.546372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/var/backup/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/var/backup/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/backup/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:04.055435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:04.059507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:08.274765+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:08.278098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:12.766671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:12.770024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:17.782122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:17.965665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:22.651740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:22.655139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:27.198837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:27.203376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:31.423797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:31.427425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:36.109023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:36.310450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/gobuffalo/envy/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/gobuffalo/envy/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:40.380521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:40.383820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:45.115503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:45.119586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:49.381313+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:49.385296+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/subosito/gotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:54.506754+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:54.683980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/github.com/subosito/gotenv/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/github.com/subosito/gotenv/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:29:59.072554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:29:59.076180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:06.069632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:06.073216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:12.094204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:12.499213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/videos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/videos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:17.233198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:17.236893+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/videos/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/videos/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/videos/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:23.376829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:23.380189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:28.905818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:29.354459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:34.083442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:34.086827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vm-docker-compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vm-docker-compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vm-docker-compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:40.473421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:40.476871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vm-docker-compose/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vm-docker-compose/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vm-docker-compose/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:45.708433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:46.304273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:50.734749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:50.738105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:51.216354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:51.219898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vod_installer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vod_installer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:30:57.604951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:30:57.608289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vod_installer/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vod_installer/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vod_installer/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:03.085547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:03.528354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:08.032498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:08.038069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:14.346062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:14.350364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:19.455713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:19.687509+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue_CRM/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue_CRM/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue_CRM/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:24.340689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:24.344054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:29.911556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:29.914950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:35.377453+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:35.714038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue-end/vue-til/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue-end/vue-til/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue-end/vue-til/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:41.421379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:41.424740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue-end/vue-til/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue-end/vue-til/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue-end/vue-til/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:47.404074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:47.407492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:52.737589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:53.316702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:31:57.758122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:31:57.761536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vue/vuecli/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vue/vuecli/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/vuecli/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:02.794706+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:02.798118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vue/vuecli/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vue/vuecli/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vue/vuecli/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:08.044761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:08.208051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:11.943154+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:12.244931+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:18.346407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:18.352349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web-dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web-dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web-dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:22.477117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:22.480750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web-dist/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web-dist/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web-dist/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:27.063381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:27.316836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:30.954875+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:30.958451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:36.996747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:37.000941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:41.265028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:41.268466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:45.871999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:46.174154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:54.202107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:54.205640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:32:58.817995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:32:58.821563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Web/siteMariage/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Web/siteMariage/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Web/siteMariage/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:03.602890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:04.050807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Web/siteMariage/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Web/siteMariage/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Web/siteMariage/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:10.977686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:10.981081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:15.527724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:15.531212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:20.146463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:20.605617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webroot_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webroot_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:26.874988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:26.878403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot_path/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot_path/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot_path/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:31.381806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:31.385345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:35.691969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:36.330238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:43.399368+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:43.402818+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:48.399837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:48.403300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/websocket/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/websocket/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/websocket/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:53.506083+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:53.775128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:33:59.283868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:33:59.287276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:03.949059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:03.952484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webstatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webstatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webstatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:07.713853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:07.717253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webstatic/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webstatic/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webstatic/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:12.166665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:12.392270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:17.941225+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:17.945283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:22.569057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:22.573052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:26.464059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:26.467695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webui/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webui/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webui/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:30.701729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:30.911559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:35.640048+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:35.644013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:40.030168+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:40.035671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/well-known/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/well-known/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/well-known/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:44.038185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:44.044115+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/well-known/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/well-known/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/well-known/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:48.611792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:48.828639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:53.684173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:53.690106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:34:58.030627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:34:58.035458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/whturk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/whturk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/whturk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:01.866905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:01.871396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/whturk/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/whturk/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/whturk/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:06.831419+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:07.208890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:13.137439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:13.142246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:16.782632+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:16.787710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/windows/tests/9.2.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/windows/tests/9.2.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.2.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:20.725058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:20.728435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/windows/tests/9.2.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/windows/tests/9.2.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.2.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:25.511843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:25.841264+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:31.359646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:31.365865+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:35.277543+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:35.281680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/windows/tests/9.3.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/windows/tests/9.3.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.3.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:39.081309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:39.087500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/windows/tests/9.3.x/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/windows/tests/9.3.x/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/windows/tests/9.3.x/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:43.022177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:43.334918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:49.032669+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:49.037308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:52.965118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:52.969307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:35:57.196759+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:35:57.201162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:01.811360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:02.089694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:07.705147+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:07.709081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:11.826834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:11.830253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www-data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www-data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www-data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:16.009307+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:16.012708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www-data/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www-data/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www-data/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:20.042971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:20.158929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:25.812981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:25.816950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:29.607562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:29.611594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:33.567442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:33.571067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/www/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/www/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/www/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:37.837573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:38.031762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:44.105790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:44.109643+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:47.998210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:48.002409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:51.869811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:51.874413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:36:56.457341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:36:56.547676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:02.489818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:02.495662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:06.837771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:06.841933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:10.478255+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:10.482080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:15.224988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:15.375637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:20.511054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:20.514877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:24.676673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:24.680431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:28.547327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:28.551172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:32.750878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:32.874600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:38.370673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:38.374629+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:42.047389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:42.050988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:45.835050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:45.841640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:50.004416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:50.186017+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:55.047151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:55.050657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:37:59.179193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:37:59.182887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symlexvpn/.env-dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symlexvpn/.env-dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env-dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:03.252281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:03.255984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env-dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:07.945258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:08.074819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:13.222188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:13.227369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:16.942699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:16.946177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:20.738445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:20.742099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:25.120579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:25.160153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:30.446781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:30.453342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:34.390010+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:34.393835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:38.138278+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:38.142234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:42.489166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:42.681360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:47.876942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:47.880772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:52.204263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:52.208057+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:38:55.905795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:38:55.910067+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:00.775021+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:00.977552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:06.616729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:06.620278+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:10.671113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:10.674589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:14.670840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:14.674333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:19.119982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:19.283476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:25.028476+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:25.033860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:28.896760+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:28.901205+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:32.808084+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:32.811988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:37.579849+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:37.788572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:42.708970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:42.713794+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:47.133236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:47.138907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:50.675925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:50.680094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:39:55.357007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:39:55.486580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:00.557037+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:00.561316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:04.403180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:04.406655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:07.972720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:07.976125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:12.817233+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:13.226295+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:18.502950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:18.506720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:23.030703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:23.034824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:26.981993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:26.985533+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:31.098130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:31.135049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:35.479178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:35.483416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:39.846437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:39.850401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:43.446054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:43.450180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:48.101277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:48.219246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:52.901166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:52.905548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:40:56.734461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:40:56.740326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:00.755964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:00.759656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:05.413747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:05.591109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:10.777367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:10.781691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:14.977921+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:14.981342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sapi/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sapi/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:18.823043+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:18.827560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sapi/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sapi/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:22.952414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:23.082747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:28.195979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:28.200125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:32.235418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:32.240575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:36.281123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:36.287513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:40.361903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:40.664798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:45.390366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:45.394956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:49.459277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:49.462891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:53.221333+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:53.226284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:41:57.395489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:41:57.475317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:02.744604+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:02.749311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:06.434647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:06.438664+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:10.594202+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:10.598565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:15.803648+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:16.188727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:20.984133+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:20.987811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:24.831815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:24.835439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:29.015966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:29.019419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:33.300601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:33.436579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:38.894072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:38.899070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:42.456069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:42.461099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:46.327904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:46.333160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:50.716182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:50.942370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:56.111826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:56.115448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:42:59.661627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:42:59.666975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:03.475399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:03.479263+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:08.377626+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:08.619627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:14.233129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:14.237040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:18.336287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:18.339940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:22.310666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:22.314239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:26.963950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:27.154611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:32.346820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:32.351368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:36.235826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:36.240130+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:40.426427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:40.432938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:44.589017+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:44.729672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:49.655203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:49.659393+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:53.860341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:53.865127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:43:57.619402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:43:57.624702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:01.556998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:01.652065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:05.952715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:05.956812+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:09.965513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:09.969517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:13.814809+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:13.818852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:18.260055+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:18.581468+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:23.859647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:23.864775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:27.884749+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:27.888290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:31.518895+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:31.523195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:35.370553+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:35.443906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:40.446087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:40.450106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:44.448596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:44.453535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:48.094443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:48.098180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:52.581489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:53.026645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-05T19:44:57.939449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-05T19:44:57.942899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:29.818374+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:30.359641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:31.518074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:31.521680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.exemple"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.exemple\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.exemple/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:31.692705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:31.696007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_exemple"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_exemple\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_exemple/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:31.894877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:31.900160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.066490+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.069813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.266531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.269821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.443283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.446496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.618506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.621757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.806060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.809267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:32.976950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:32.980150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:33.397698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:33.400907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:33.549683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:33.552846+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T16:53:33.744473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T16:53:33.747735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T20:31:39.027062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T20:31:39.224763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T22:28:10.406141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-06T22:28:10.818189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-06T22:28:11.887457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-07T04:57:41.488212+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-07T04:57:41.488209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-07T04:57:42.328404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-07T04:57:42.361040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-07T13:57:33.601933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-07T13:57:33.646300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-07T22:58:30.991392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-07T22:58:31.052910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-07T23:02:30.602572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-07T23:02:30.659246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-09T14:06:56.250713+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T14:06:56.312881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-09T14:06:57.082637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T14:06:57.085890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-09T14:06:59.047130+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T14:06:59.051005+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-09T15:02:27.375722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T15:02:27.425070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-09T15:02:28.089651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T15:02:28.093255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-09T15:02:28.443035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T15:02:28.446268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-09T15:02:29.044656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T15:02:29.048007+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-09T15:02:29.653910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T15:02:29.657195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-09T22:30:37.625877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T22:30:37.701334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-09T22:50:43.192941+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-09T22:50:43.215912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-10T03:10:35.831685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831597+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831556+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831229+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831174+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831734+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831418+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831407+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.831109+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:35.917177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917231+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.917604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918214+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.918835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919469+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.919901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.920253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.920365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.920369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.921085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:35.922290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.283707+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.287772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.289341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.296011+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.304465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.310478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.311480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.324981+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.329632+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.331721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.332446+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.333226+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.329578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.337727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.332180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.338583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.336894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.340852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.350444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.341799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.355287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.355899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.356947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.358560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.359990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.351235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.351112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.351865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.342340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.344977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.331721+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.365110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.364210+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.365321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.366719+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.367248+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.369096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.369326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.372370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.360902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.372467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.372695+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.345609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.357913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.346946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.347122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.347129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.376843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.360026+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.381029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.381245+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.364156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.383160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.363906+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.386564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.386982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.380992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.369256+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.403239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.396810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.406424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.391769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.392784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.397486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-10T03:10:36.409425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.413283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.415098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-10T03:10:36.420544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-11T09:37:23.304159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-11T09:37:23.403907+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-12T03:10:16.698533+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-12T03:10:16.792473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-12T04:03:23.701800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-12T04:03:23.803781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-12T14:02:42.935554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-12T14:02:43.025862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-13T04:13:08.141834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T04:13:10.154679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-13T23:37:28.279638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T23:37:28.423417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-13T23:37:30.020727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T23:37:30.024901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-13T23:37:30.400643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T23:37:30.403884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-13T23:37:31.729983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T23:37:31.733303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-13T23:37:32.284534+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-13T23:37:32.287857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-14T14:08:20.014324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-14T14:08:20.105948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-15T05:15:47.093927+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-15T05:15:47.518565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-15T13:39:57.902023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-15T13:39:58.061809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-15T16:28:27.687899+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-15T16:28:27.794286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-17T18:49:59.328323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-17T18:49:59.434457+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-17T18:49:59.520358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-17T18:49:59.523569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-18T14:37:56.640846+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-18T14:37:56.731605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-19T01:58:32.745550+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-19T01:58:32.912975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-19T01:58:33.954779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-19T01:58:33.959032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-20T20:04:31.647758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-20T20:04:31.727541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-23T03:19:40.272355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-23T03:19:40.336896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-10-25T15:24:38.500883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T15:24:39.134918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T15:53:31.232818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T15:53:31.580075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T15:57:12.769372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T15:57:13.090626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:01:32.782414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:01:33.112431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:04:54.165258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:04:54.511318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:08:29.332729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:08:29.741451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:11:44.641990+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:11:45.050789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:14:51.023801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:14:51.114186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:18:14.579893+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:18:14.819090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T16:21:19.508970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T16:21:19.852526+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T18:51:21.967001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T18:51:22.030914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T19:27:58.209390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T19:27:58.280961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:11:33.837512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:11:33.943616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:43:47.657703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:43:47.782226+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:47:35.185771+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:47:35.244206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:50:16.556835+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:50:16.601611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:54:58.148432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:54:58.253121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-25T23:57:45.960180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-25T23:57:46.014848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-26T00:01:42.080637+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-26T00:01:42.203930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-26T00:05:20.845786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-26T00:05:20.864743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-26T00:09:10.665339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-26T00:09:10.727762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-26T00:11:56.791260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-26T00:11:56.970894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-27T01:47:30.561029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-27T02:32:33.179293+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-27T02:32:33.700942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-29T19:36:33.981599+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-29T19:36:34.143376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/" (from "https://www.wallet-pass.lngweb.it/public_html/releases/15/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" (from \"https://www.wallet-pass.lngweb.it/public_html/releases/15/\") at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-30T05:26:31.543063+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-30T05:26:31.733444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-30T09:45:39.060409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-30T09:45:39.548093+01:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-10-30T09:45:40.399507+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-10-30T09:45:40.399557+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:40.497505+01:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:40.507516+01:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:40.563888+01:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:40.881033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-30T09:45:40.884481+01:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-10-30T09:45:40.886124+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-10-30T09:45:40.886149+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:40.886166+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-10-30T09:45:42.970820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-10-30T09:45:43.763642+01:00] app.INFO: APPLE WEBHOOK - [2024-10-30 09:45:40 +0100] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-10-31T03:34:24.617588+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-31T03:34:24.826647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-31T03:34:25.269620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-31T03:34:25.274767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-31T21:38:59.726531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-31T21:38:59.805643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-10-31T21:39:00.546169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-10-31T21:39:00.551348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-01T09:20:49.858120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-01T09:20:49.964358+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-01T09:25:51.658435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-01T09:25:51.744651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-02T02:47:53.706168+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706113+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706136+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706157+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706083+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706090+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706053+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706146+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706065+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706168+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706147+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706156+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706147+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706155+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706158+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.706167+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:53.781631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.781952+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:53.782092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:54.999432+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:54.999844+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.002302+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.002986+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.007194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.008553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.012649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.004715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.094533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.094782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.094782+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095055+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095477+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095684+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.095657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.096498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.096425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.096514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.098784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.099070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.099228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.100436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.099755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.099921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.100447+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.102138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.104584+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.104614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.101867+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.193394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.193545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.104836+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.193956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.194434+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.196248+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.198071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.199768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.200380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.201610+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.203312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.202510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.203442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.203442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.204056+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.295868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.295868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.297177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.297187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.298150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.299681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.299787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.299797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.299582+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T02:47:55.303304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.303304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.304087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.304117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T02:47:55.395106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:09:57.480056+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:09:57.661431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-02T21:09:58.068575+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:09:58.073759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-02T21:45:06.057335+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.057382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.057252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.057197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.057245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.097971+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.107550+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.094504+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.093485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.068112+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.093564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.100712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.057392+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.107857+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.108696+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.110667+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.111303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.111657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.116714+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.116303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.116330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.199764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199819+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.199844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.200023+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.200023+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.203019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.208103+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.209251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.209502+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.213957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.213130+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.212483+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.212741+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.215578+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.220069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.220130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.220218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.430801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.430801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.430932+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.431080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.435947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.435945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.436468+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.436504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.786124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.791371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.795299+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.800966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.805682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.805682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.811336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.811348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.812931+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.816930+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.818460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.821154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.821194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.821484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.894362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.895014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.895105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.895116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.896279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.901959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.903687+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.906878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.907619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.908875+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.912136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.910002+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.993530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.994865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.994050+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:06.997338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:06.998194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.001343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.002338+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.003330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.003627+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.005513+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.007944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.008651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.008961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.093682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.093571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.094815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.095455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.094248+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.097739+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.098776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.094905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.099371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.101335+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.102841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.104322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.104362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.104570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.104773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.106594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.105847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.108266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.111372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.112447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.193806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.195036+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.202455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.222740+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.227804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.247195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.252699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.307894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.313387+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.315151+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.315328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.320614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.320711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-02T21:45:07.326919+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-02T21:45:07.332416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.308458+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308429+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.307978+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308432+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308432+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308481+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308490+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308399+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308475+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.307971+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308428+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308444+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.308459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:35.375474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:35.375911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.003436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.004534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.095483+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.095474+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.097423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.098780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.098533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.099487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.101174+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.100396+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.101205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.102472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.103984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.193206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.104390+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.194626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.195526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.196719+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.198924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.198144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.198157+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.199403+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.199909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.201071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.205162+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.205170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.204836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.295580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.295148+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.295148+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.295101+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.296929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.296929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.296925+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.296925+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298020+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298020+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298066+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.298739+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-03T16:51:36.302550+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.302561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.302561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.303579+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.304397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.304604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.394521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.394521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.396960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.397802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.398257+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-03T16:51:36.398321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-04T20:17:57.251051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-04T20:17:57.312058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.495401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495559+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495562+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495591+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495497+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495509+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495532+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495603+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.495592+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.619597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619593+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.619872+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.620088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:45.997995+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.998244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:45.999486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.003699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.003839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.003622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.005076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.007277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.010544+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.012801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.009897+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.093335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.009897+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.011401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.093912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.096244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.097711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.098169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.098172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.100524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.099436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.101206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.101734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.102187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.104073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.106712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.108259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.108522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.108522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.108813+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.110114+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.110114+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.110976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.195902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.196167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.196223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.198363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.198363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.200406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.200406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.201992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.207601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.207601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.208737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.302461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.306639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.308177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.310926+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.311965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.395090+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.397352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.397692+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.400442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.400960+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.403258+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.406637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.407180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.407526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.412333+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.493236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.499491+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.506426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.508028+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.512043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.595659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.597107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.599275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.601120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.601120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.602169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.604323+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.606431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.608402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.608402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.609138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.608112+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.608104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.610459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.611721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.611028+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.614237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.614135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.620111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.694765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.693401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T06:56:46.695727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.695837+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.696968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.697689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.698233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.699821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T06:56:46.701020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-05T18:20:18.457391+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-05T18:20:18.524718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-06T02:28:47.110351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110325+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110377+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110316+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110368+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110302+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110305+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110368+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110413+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110332+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110381+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110320+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110338+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110378+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110364+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110039+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110364+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110334+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.110366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.229559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229585+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229923+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229952+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.229998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.602650+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.694549+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.694589+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.694658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.694609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.695069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.695191+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.695069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.695371+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.696339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.698587+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.700242+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.700756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.701557+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.701818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.701551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.701933+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.701931+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.795385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.795689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.796676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.796682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.796681+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.797831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.797870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.797889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.802120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.802123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.802663+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803947+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803656+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803491+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.803469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.893025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.893510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.894597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.895958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.896855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.896128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.897940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.896905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.898021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.898021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.898036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.898036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.898260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.897610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.900129+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.901802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.903241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.904193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.905590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:47.993569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T02:28:47.995623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T02:28:48.000641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:29.865122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865113+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865137+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865143+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865113+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865142+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865125+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865131+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865140+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:29.865129+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.328045+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328045+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328239+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.328287+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.896065+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.896062+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.896983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.900447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.900447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.900450+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.900743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.901399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.901399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.900836+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.901032+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.900879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.902726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.903231+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.902465+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.902697+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.903611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.903611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.903616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.904704+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.994140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.993456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.994362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.994990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.995584+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.995586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.995629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.995859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.996737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.997953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.997956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.997967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.997992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.998060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.997445+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.998531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.998271+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:30.999189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:30.998785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.001052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.001052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.003077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.003671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.004353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.092984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.092984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.092967+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.094234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.097058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.097058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.098498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.099154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.099873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.099873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.099743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.101061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.100127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-06T21:36:31.101061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.101061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.101480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.105578+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.194955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.195339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.195338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.195338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-06T21:36:31.196014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.637641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637614+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637623+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637635+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637584+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637625+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637632+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637630+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637565+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637577+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637648+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637541+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637613+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637615+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.637270+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:40.786495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786508+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:40.786691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.204177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.204275+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.296578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.297870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.296890+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.298297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.297686+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.299272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.301658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.301840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.302113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.301144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.301840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.302994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.303308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.304715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.303512+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.304605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.394144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.394385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.395174+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.395361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.396604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.397334+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.397333+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.398311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.398842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.398594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.398594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.398961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.402404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.401820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.402802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.402804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.402647+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.403172+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.405709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.404044+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.403172+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.493273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.404373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.494383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.494383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.495708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.498415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.497462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.499570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.498553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.498553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.498523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.499730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.500010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.499322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.503413+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-07T16:40:41.504980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.505691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.594222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.594222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.594363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-07T16:40:41.599510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T06:22:20.494880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T06:22:20.824365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-08T06:22:21.807524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T06:22:21.812707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-08T07:04:13.981887+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T07:04:14.107894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-08T10:51:01.634224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634205+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634201+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634209+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634170+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634164+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634229+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634231+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634204+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634188+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634164+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634152+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634211+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634184+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634201+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.634184+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:01.734911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.734951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.734957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.734983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.734994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735026+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735174+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:01.735407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.395951+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.395950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.401266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.401270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.493433+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.496097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.496097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.496098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.496097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.496258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.497315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.497315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.497315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.497474+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.499335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.498720+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.499555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.499758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.499760+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.500076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.500068+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.501790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.501790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.501790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.501798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.502964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.502970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.503081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.593134+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.593300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.593978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.504662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.594034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.594494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.595642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.594699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.596020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.596053+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.598022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.598698+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.600338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.599616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.599455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.599455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.601650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.601731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.603423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.605454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.602975+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.603156+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.603153+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.603153+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.602964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.602964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.603156+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-08T10:51:02.693707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.695293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.695293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.697967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699555+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699555+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-08T10:51:02.699646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T00:23:09.419105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T00:23:09.499252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-09T05:04:23.357712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.358131+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357795+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357916+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357922+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357895+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.358064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357812+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357922+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.358015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.358036+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357901+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357797+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357930+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357685+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357811+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357927+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357890+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357927+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.357907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:23.897169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:23.897434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.895007+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.895007+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.896972+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.898331+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.898957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.900403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.899628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.899628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.899758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.900403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.900419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.900874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.900997+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.901875+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.902862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.904384+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.902464+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.901312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.903769+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.902674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.902674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.902674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.993660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.908471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.904835+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.993807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.994346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.994664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.994953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.994982+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.995582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.995659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.996395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.995459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.995745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.995574+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.996550+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.996641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.996962+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.997840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.997510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:24.998545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.998544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:24.997824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.001057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.002347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.003081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.003081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.003197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.003197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.093352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.093338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.094378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.095391+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.095818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.095522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.097407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.099525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.099525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.099705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.099705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.102880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.103230+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.194978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.199480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.401912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.402053+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.402048+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.404628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.493677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.494116+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.495493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.494709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.495623+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496362+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.496834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.497831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.497838+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.498327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.499304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.498609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.498655+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.499928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.499888+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.499866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.500282+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.500994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.501953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.502636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.502636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.502651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.504318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.501523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.501710+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.593864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.504730+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.593981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.594810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.596000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.595372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.595682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.596541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.597958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.598609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.599652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.600989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.602216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.693203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.794195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.798346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.801251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.803295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.801059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.801059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.894101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.893906+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.893652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.898688+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.899699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.899699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.902279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.995952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.995952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.996045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.996045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:25.998245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.998261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.999336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:25.999965+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.000398+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.001398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.000847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.002323+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.003709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.002882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.001516+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.004168+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.003165+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.004091+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.002984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.004018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.093599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.093599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.093634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.093679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.094225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.094570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.093365+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.094219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.096118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.098090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.097653+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.097880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.099364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.098598+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.099596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.103069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.103069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.103321+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.193399+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.193941+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.196194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.195427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.195427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.198475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.198684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.197992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.199541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.203187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.294765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.294765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.398886+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.405352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.412080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.415354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.418494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.422009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T05:04:26.422260+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T05:04:26.428966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T13:35:15.984829+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T13:35:16.123112+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-09T23:25:16.140586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140319+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140318+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140507+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140327+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140306+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140335+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140541+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140358+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140612+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140332+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140585+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140519+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140334+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.140533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:16.244536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.244974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.245004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.245004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:16.245017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.003477+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.003850+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.096409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.096409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.097434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.097960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.099651+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.099907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.100976+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.101201+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.102196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.101952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.101444+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.193726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.193866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.194771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.195179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.195199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.196151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.195633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.196610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.197964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.197469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.198654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.201390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.200245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.200211+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.200862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.202641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.204035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.204693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.205665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.204179+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.202663+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.203636+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.203052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.203052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.203070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.203070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.294072+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.294271+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.296409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.296609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.297084+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.296040+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.296224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.298158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.297054+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.297046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.297046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.297062+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-09T23:25:17.299598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.299846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.301467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.301673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.303456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.303629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.304394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.304420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.395952+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-09T23:25:17.397119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T16:09:21.508818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T16:09:21.583670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T17:33:08.747577+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793931+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793214+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.802394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793744+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.801746+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747599+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793817+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.803395+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793716+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.800738+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747606+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.800798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.795935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.795935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.795226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.799989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.793407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.801070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.747656+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:08.860507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.860712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864638+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864732+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864883+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.864881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.865916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.866266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.866266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:08.894352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.394560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.394560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.394560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.394873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.394873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.396924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.396924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.397726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.398224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.400010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.400011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.400012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.400758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.400758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.402644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.403388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.403683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.402788+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.402730+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.494955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.494330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.496897+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.498043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.498098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.498602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.501916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.502570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.502183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.502179+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.502506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.502502+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.504364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.504198+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.595555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.595702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.596537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.596563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.596590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.596746+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.596847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.598417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.598421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.598587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.598611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.600409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.600672+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.600675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.600654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.600950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.602430+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.601485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.603133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.603771+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.607939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.694738+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.697173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.697288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.697339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.697987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T17:33:09.699528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T17:33:09.706613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-10T21:35:26.090739+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:35:26.195530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:36:14.503768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:36:14.557609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:36:22.699175+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:36:22.704432+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:37:08.159150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:37:08.458520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:38:25.223311+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:38:25.242356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:40:23.015478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:40:23.034557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:40:24.999814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:40:25.484854+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:42:40.879281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:42:40.932375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:43:06.557493+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:43:06.893897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:46:39.160978+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:46:39.195028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:47:03.570917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:47:03.965196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:49:30.805573+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:49:30.850575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:49:47.995341+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:49:48.265916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:51:38.861269+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:51:38.878622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:51:46.651659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:51:46.931838+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:52:44.193350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:52:44.210504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:53:05.671137+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:53:06.043165+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:53:43.359012+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:53:43.377977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:54:06.838309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:54:07.247306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:54:52.458614+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:54:52.483185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:55:13.275781+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:55:13.501969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-10T21:55:54.269303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-10T21:55:54.292756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-11T12:00:28.561907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561863+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561903+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561899+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562036+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562031+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562055+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562093+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561849+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562095+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561889+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561914+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561863+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561815+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.562108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.561919+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:28.739341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739538+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739538+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739744+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:28.739764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.196680+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.202067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.203116+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.202135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.203855+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.204493+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.293471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.294344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.294869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.294950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.294950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.297793+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.297927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.298014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.298869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.299252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.298684+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.298556+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.298159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.298202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.298744+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.299845+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.299267+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.300527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.302416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.302416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.303812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.304236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.303956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.302800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.303945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.305290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.302800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.304604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.394948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.393915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.395936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.395709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.397169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.396215+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.396670+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.397866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.398258+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.398157+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.397841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.399637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.399647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.399697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.399000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.400202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.399330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.401317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.402814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.403000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.403315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.403626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.404091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.403315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.405191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.401444+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.494824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.494901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.497891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.498126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-11T12:00:29.497192+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-11T12:00:29.504535+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T02:00:19.972414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T02:00:20.029649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-12T06:03:15.088554+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088587+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088589+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088572+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088591+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088558+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088829+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088852+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088884+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088559+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088544+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088840+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.089027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088853+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088860+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088837+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088552+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.088571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.242179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242224+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242250+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242542+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242591+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242593+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242688+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242719+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242732+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.242779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.793745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.795156+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.795155+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796265+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796336+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796338+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.796569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.799261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.799447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.801801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.801900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.801898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.802220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.802222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.803103+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.800860+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.800861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.893176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.893966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.894682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.895424+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.896295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.897291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.899223+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.900159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.900628+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.899543+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.901051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.900484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.900631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.903779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.904467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.904769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.903981+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.902147+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.994757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.994757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.995285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.995483+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.995487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.996373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.996406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.996406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.996502+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.997199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.997598+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.997598+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.997867+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:15.999401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.999756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:15.999675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:16.000647+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T06:03:16.003038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.003121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.003872+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.003872+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.004416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.004424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.005238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.093635+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.093634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.095539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.096733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T06:03:16.097044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T08:32:58.427517+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T08:32:58.492353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-12T12:43:42.257116+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T12:43:42.323429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-12T23:54:41.957421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957404+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957420+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957349+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957398+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957374+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957395+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:41.957302+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.065009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065103+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065256+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.065461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.498536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.500071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.500691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.500659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.501405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.501948+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.502813+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.503866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.507338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.593975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.594400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.594749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.595172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.594982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.596843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.596355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.596979+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.596982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.599194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.600616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.601030+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.602098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.602398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.602417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.602844+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.602765+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.693007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.695686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.698546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.698554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.702804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.703890+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.703892+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.702804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.703893+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.793204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.793572+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.795612+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.795739+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.795818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.796078+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.797118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.797118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.797350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.797506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.797643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.799435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.799437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.799482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.799671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.800678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.802521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.801561+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.802961+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.803009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.803071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.802254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.802254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-12T23:54:42.804311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.804460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.804460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.804723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.804723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.808754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.898253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-12T23:54:42.898253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.325813+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325625+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325871+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325680+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.380798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.325884+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.380799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.325616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325636+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325565+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325428+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325582+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325778+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325646+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325852+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325832+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325624+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325629+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325816+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325660+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.325626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.405911+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.406355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.407645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.898935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.899866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.900261+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.900524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.902604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.903194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.904286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.902064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.902994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.902935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.902798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.904180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.903011+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.904543+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.993956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.994063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.994595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.993785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.994112+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.994872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.994872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.996232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.996582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.998130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.997613+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:34.999052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.999260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:34.999265+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.000375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.000396+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.000480+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.000480+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.004712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.007064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.004427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.094864+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.096161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.095824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.095827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.097041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.097046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.097128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.097872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.100055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.099578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.100109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.102288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.102918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.104240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.104285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.105137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.101785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.104748+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.195217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.195379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.195483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.196991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.198084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-13T18:32:35.199715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.200733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-13T18:32:35.293163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T12:20:11.939073+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-14T12:20:12.157833+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T12:20:12.163504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-14T13:24:54.668312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.719914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.668313+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.719914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.668300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668433+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668207+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668417+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668222+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668321+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.719895+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.719896+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.668280+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.719899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.719898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.719660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.719901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.668449+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.668218+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:54.758920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759610+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.759970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760617+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.760861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:54.761305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.205837+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.207138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.207138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.207314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.207314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.207915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.209086+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.211071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.212770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.212776+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.210628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.212351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.293944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.295048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.295661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.295671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.296327+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.297815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.298434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.298991+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.300538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.302068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.302154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.302736+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.307605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.308064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.308493+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.310564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.393099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.304601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.394638+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.394980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.396624+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.396985+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.396985+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.397426+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.398842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.399968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.400025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.402716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.403412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.404420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.404420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.408917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.408917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.493999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.496594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.496594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.497763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.497763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.498208+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-14T13:24:55.504990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.504990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-14T13:24:55.505268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T01:42:27.819444+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T01:42:27.887865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-15T08:56:28.373484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373398+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373490+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373589+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373481+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373504+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373669+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373518+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373497+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373423+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373457+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373599+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373488+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.373466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.453532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.453983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.454002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.454002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.454047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.454048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.897648+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.900437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.900813+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.901607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.901709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.901659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.902963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.902849+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.902849+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.903124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.903124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.902870+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.903610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.903825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.993343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.993402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.994343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.993226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.994806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.995427+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.995771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.995691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.996962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.996830+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.998434+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.999519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:28.999091+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:28.999882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.001218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.001357+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.002567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.004140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.093692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.004851+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.093110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.094408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.095313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.095254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.095834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.095921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.095921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.098104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.099758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.100526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.102605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.103067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.103261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.103261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.102511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.102511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.102881+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.102515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:29.104282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.193970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.196392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.196415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:29.196415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:30.123867+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:30.129128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-15T08:56:30.179321+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-15T08:56:30.184464+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T00:06:20.696974+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T00:06:20.780689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-16T03:31:52.804917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804703+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804930+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805115+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804759+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804696+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804859+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804896+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804769+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804770+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.805113+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804910+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.804831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:52.913113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913115+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913127+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:52.913616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.406766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.412019+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.410337+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.495108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.495108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.495108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.495506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.496100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.497107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.497173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.498056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.497832+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.497622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.498106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.498538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.500935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.500996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.500660+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.501894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.501212+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.502732+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.502823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.503086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.503946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.592999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.593013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.594415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.594490+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.595897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.595247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.596054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.596395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.595839+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.597018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.600340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.601141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.600282+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.601787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.602602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.602132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.602132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.602495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.695936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.695292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.695299+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.697942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.697942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.698097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.699530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.698758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.699331+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.700038+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.699727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.699934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.700150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.699763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T03:31:53.702496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.702547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.705189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.794696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795147+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T03:31:53.795306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.204754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205280+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.204618+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205306+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.204777+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205341+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205313+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.204789+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.204758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205332+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205368+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205341+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205341+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.204788+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.205344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.312530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.312935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313155+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313250+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313256+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.313256+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.704579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.710955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.794215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.796382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.797105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.797992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.797751+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.798592+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.798671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.799132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.800761+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.801894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.802794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.803489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.802970+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.804380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.804572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.808395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.804146+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.894829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.897602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.896825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.896825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.896895+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.897472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.900583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.899971+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.901752+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.901750+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.904527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.904527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.903873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.904676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.903869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.994068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.996298+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.996298+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:57.997950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.998496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.998501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.998658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.998660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:57.999366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.000805+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.001106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.001106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.000791+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.003951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.002955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.003957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.093260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.004183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.004182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.094342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.094638+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.095725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.096693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.096023+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-16T22:10:58.097412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.097701+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.097701+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.101007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.101007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.101774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.101782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-16T22:10:58.103228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T03:55:06.720998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T03:55:06.915842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-17T09:22:52.314850+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T09:22:52.424225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-17T16:58:16.177000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.176906+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177020+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177082+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177001+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177063+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177161+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177091+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177091+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177031+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177047+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.176996+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177054+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.176998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177020+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177053+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177068+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.177018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.272915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.273912+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274585+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274585+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.274601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.701506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.701506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.703696+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.792949+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.793629+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.794089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.795200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.795648+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.795374+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.794990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.795717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.796468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.798042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.797219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.798947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.798022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.799148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.800037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.800567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.800811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.801846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.802732+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.803551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.803446+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.803446+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.802995+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.894434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.895527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.897038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.896524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.896957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.896958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.898018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.898522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.899698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.899698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.901293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.900945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.902185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.902486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.902490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.904804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.995656+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:16.997486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.999035+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:16.999117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.001000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001212+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001212+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.001725+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.002729+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.002729+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T16:58:17.004568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.007559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.094851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.095282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.097218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.097218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.097293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.097293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.098063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.098672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T16:58:17.098672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-17T21:45:48.149769+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-17T21:45:48.650855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-18T04:01:18.006647+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-18T04:01:18.225472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-18T05:43:42.804312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-18T05:43:42.921721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-18T17:51:04.917308+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-18T17:51:05.005530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-18T22:35:19.957157+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-18T22:35:20.008098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-19T04:17:41.786800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787359+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786759+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786767+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787337+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786918+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786748+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786759+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787320+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787430+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786773+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786748+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786713+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.786724+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:41.787358+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:42.096065+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096115+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096303+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:42.096517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.611616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.611616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.611611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.612015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.612015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.612016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.612016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.611939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.614016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.692984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.692984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.612341+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.693857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.612733+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.693857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/config/default.php.new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/config/default.php.new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/config/default.php.new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.693925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.693972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.695630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.695860+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.696412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.695666+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.695865+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.696061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.697355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.698560+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.698816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.698150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.698339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.701181+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.701384+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.701448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.703073+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.702510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.703581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/default/settings.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/default/settings.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/default/settings.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.703607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.708033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.901534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.901534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.902247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.906779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.906783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.908312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.910920+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.907889+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.909536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.912949+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911893+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911440+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911440+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.911939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.995717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.992939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.997363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.993514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.995451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.912353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:43.995718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/database.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/database.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/database.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Application/Common/Conf/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:43.995902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.002800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.002917+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.002926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.002977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.004013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.198360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.198875+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201660+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.201860+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.202500+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.203389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.203421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.203467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.203467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.204327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.205146+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.206547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.206556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.206642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.206685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.206686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.207238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.207581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.208583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.208657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.208659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.210187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.209806+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.294412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.295365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.294733+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.297535+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.300069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.300129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.301436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.302661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.306528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.414467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.414953+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.419361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.420089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.412822+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.420854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.494439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.495594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.495608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.497084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.496809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.498679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.497908+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.498685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.499820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.500755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.500958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.502125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.502200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.501387+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.502126+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.502371+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.503025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.507339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.507605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.506833+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.507977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.508021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.511946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.593266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.593684+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.599141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.598783+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.602379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:17:44.604145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:17:44.607410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.176037+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176048+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176082+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.175985+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176026+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176001+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.175987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176055+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176047+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.175993+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176042+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176040+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176063+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.176043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.175989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.289896+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Application/Common/Conf/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.289977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290084+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290162+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290162+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/default/settings.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/default/settings.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/default/settings.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.290310+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.705972+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.706711+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.711207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.711245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.711322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.794239+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.794347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.794505+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.794505+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795024+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795024+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795024+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795087+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.795668+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.796076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.796816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.797939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.797985+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.798037+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.799900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.799900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800838+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.801026+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.800581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.801651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.801758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.801463+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.801718+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.801726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.802246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.803639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.802936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.807050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.808458+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.894614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.895512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.895586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.897620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.897824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.898109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.898731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.898910+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.901340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.901340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.902747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T04:20:37.905155+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.905191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.994299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/config/default.php.new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/config/default.php.new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/config/default.php.new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.994299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.997404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/database.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/database.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/database.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.997404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T04:20:37.998122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T11:21:27.096673+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T11:21:27.180218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-19T16:35:34.390241+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:35:34.474629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:35:47.307683+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:35:47.313022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:35:49.161373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:35:49.166750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:02.150495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:02.178959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:08.092361+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:08.391731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:22.769332+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:22.775010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:24.470400+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:24.505649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:37.438878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:37.445380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:42.578770+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:42.825930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:56.504843+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:56.510223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:36:58.440431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:36:58.462932+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:11.302785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:11.307667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:16.590003+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:17.008015+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:32.267225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:32.301500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:33.976733+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:33.981955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:46.718194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:46.723164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:37:52.384078+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:37:52.866923+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:06.924889+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:06.929887+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:08.697855+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:08.716975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:21.518510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:21.523346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:27.200073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:27.466643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:40.975245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:40.980149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:42.840482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:42.860463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:38:56.271821+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:38:56.277211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:01.872263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:02.232736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:16.037154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:16.042698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:17.777268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:17.812604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:30.416255+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:30.421029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:35.817159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:36.299235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:49.517286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:49.522233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:39:51.455288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:39:51.473800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:04.295536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:04.300904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:09.814405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:10.108138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:25.082885+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:25.101119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:26.761865+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:26.767161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:39.728643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:39.733561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:45.625247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:45.952131+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:40:59.736631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:40:59.741820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:01.771065+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:01.822054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:14.684094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:14.689682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:31.259744+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:31.279083+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:44.046133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:44.050947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:45.782003+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:45.786828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T16:41:58.612649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T16:41:58.632218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:24:59.663514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:24:59.694528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:25:13.475661+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:25:13.481345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:25:15.338984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:25:15.356231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:25:28.171344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:25:28.176314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:50:55.323806+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:50:55.344485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:51:08.048962+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:51:08.054094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:51:09.700586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:51:09.705918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:51:22.641334+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:51:22.657810+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:56:55.239686+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:56:55.271021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:08.084503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:08.089702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:09.731232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:09.736881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:22.553258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:22.570757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:25.361138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:25.440579+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:38.484572+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:38.489826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:40.263002+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:40.268033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:53.117599+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:53.135252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:57:55.948356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:57:56.021775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:08.981441+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:08.986249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:10.807498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:10.812564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:23.650272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:23.667905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:26.424506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:26.516021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:39.433164+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:39.438484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:41.408762+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:41.413852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:53.880749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:53.909707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:58:56.262187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:58:56.303563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:09.066572+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:09.071397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:10.758000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:10.763499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:23.618515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:23.662616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:26.471498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:26.544259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:39.300702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:39.305984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:40.987746+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:40.993472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:53.844766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:53.886591+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T17:59:56.967144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T17:59:57.032520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:10.013650+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:10.018504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:11.746046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:11.750880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:24.559262+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:24.575769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:27.283422+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:27.393531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:40.257952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:40.263318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:41.937542+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:41.942325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:54.751785+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:54.768051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:00:57.281390+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:00:57.332679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:10.486954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:10.491836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:12.257199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:12.262263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:25.092033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:25.108461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:28.006450+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:28.059768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:40.877037+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:40.882252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:42.614695+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:42.619476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:55.754842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:55.772577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:01:57.855076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:01:57.891754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:02:10.590177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:02:10.595275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:02:12.250048+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:02:12.254868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-19T18:02:25.311209+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-19T18:02:25.346630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T08:14:37.293970+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T08:14:37.414992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:14:32.287524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:14:54.626870+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:14:58.757642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:15:16.739452+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:15:19.228472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:15:46.427470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:15:49.378365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:16:07.141961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:16:09.991456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:16:31.243238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:16:34.402097+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:16:52.880677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:16:54.780419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:17:13.005907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:17:14.812003+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:17:33.240404+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:17:34.089641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:17:51.602448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:17:52.189019+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T11:41:15.081541+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T11:41:15.434812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T13:14:44.402132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402317+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402229+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402316+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402321+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402130+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402231+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402308+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402334+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402054+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402235+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402126+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402323+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402294+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.401945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402229+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402282+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402320+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.401969+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.402346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.471138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471358+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/database.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/database.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/database.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Application/Common/Conf/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.471679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.894380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.895694+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.895694+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.895694+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.899774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.900177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.901547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.900704+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.901547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.901553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.904512+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.905791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.905998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.911562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.910129+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.994322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.993572+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.994607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.994435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.995240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.995907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.998015+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.997238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.999595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.998712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.998911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:44.998949+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.000075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:44.999793+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.000005+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.001089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.001407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.002648+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.002158+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.002790+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.004158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.004195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.004214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.093326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.093326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.096045+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.096762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.103190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103269+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103269+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.103256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.110378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.110378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.193915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/config/default.php.new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/config/default.php.new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/config/default.php.new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.193416+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:14:45.195326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.195731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.198723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.198723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:14:45.201144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/default/settings.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/default/settings.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/default/settings.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.388462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388454+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388545+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388454+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388422+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388424+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388519+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388458+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388230+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388231+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388516+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388509+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.388451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.483151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483358+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/database.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/database.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/database.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483387+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Application/Common/Conf/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php~"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php~\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php~/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.483713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.810303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.810675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.810989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.895958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.898014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.898077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.902041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902685+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902685+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902685+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.902872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.903854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.903220+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.994361+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.994348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.994348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.993348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.994789+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.994619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.996168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/default/settings.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/default/settings.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/default/settings.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.996846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.997498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/config/default.php.new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/config/default.php.new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/config/default.php.new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.997189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.998224+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.997738+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.999757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.999760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.999764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.000607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:53.999798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:53.999830+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.000664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.000875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.003158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.003782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.006993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.009781+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.095553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.098183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.098618+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.100492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.100492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.107707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.107707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.194033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T13:17:54.193367+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T13:17:54.201029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-20T20:54:43.620858+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T20:54:43.687606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-20T20:54:44.465379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-20T20:54:44.470684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-21T20:45:20.399559+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-21T20:45:20.474837+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-22T13:56:55.166281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-22T13:56:55.250343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-22T19:14:04.577138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-22T19:14:04.623742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-24T16:48:27.998928+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-24T16:48:28.083309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-25T01:32:04.445229+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-25T01:32:04.560496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-25T18:59:14.665026+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-25T18:59:14.754486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-25T21:16:48.173776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-25T21:16:48.238347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-26T04:40:43.682489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-26T04:40:44.731406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-26T04:48:57.519612+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-26T04:48:57.635787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-28T14:27:08.350632+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-28T14:27:08.495725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-28T14:27:08.658409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-28T14:27:08.663580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-28T14:27:09.318443+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-28T14:27:09.323625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-28T14:27:09.896718+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-28T14:27:09.902172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-11-29T09:46:08.950088+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-29T09:46:09.046087+01:00] request.INFO: Matched route "apple_webhook_unregister_pass". {"route":"apple_webhook_unregister_pass","route_parameters":{"_route":"apple_webhook_unregister_pass","_controller":"App\\Controller\\AppleWebhookController::unregisterPass","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"DELETE"} [] [2024-11-29T09:46:09.460211+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-11-29T09:46:09.460263+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:09.527325+01:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException(code: 0): Invalid Apple Pass token at /home/lngwebb/wallet-pass/public_html/releases/18/src/Security/ApplePassAuthenticator.php:38)","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:09.537049+01:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:09.575039+01:00] security.DEBUG: The "App\Security\ApplePassAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:09.875593+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-29T09:46:09.879098+01:00] request.INFO: Matched route "apple_webhook_log". {"route":"apple_webhook_log","route_parameters":{"_route":"apple_webhook_log","_controller":"App\\Controller\\AppleWebhookController::log"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/log","method":"POST"} [] [2024-11-29T09:46:09.880750+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2024-11-29T09:46:09.880775+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:09.880791+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2024-11-29T09:46:11.195720+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2024-11-29T09:46:12.186324+01:00] app.INFO: APPLE WEBHOOK - [2024-11-29 09:46:09 +0100] Unregister task (for device 77f6091a6fb204d4b32e7850c1031650, pass type pass.com.thebrighthotel.card, serial number 0190cac9-07d0-731b-bef9-c1fca718afdc; with web service url https://wallet-pass.lngweb.it/apple/) encountered error: Authentication failure [] [] [2024-11-30T16:17:50.130798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-30T16:17:50.296188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-11-30T16:35:27.485947+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-11-30T16:35:27.577469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-01T06:03:41.695776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-01T06:03:41.881081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.382095+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382047+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382068+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.381762+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382065+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382099+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382101+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382096+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382005+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.381743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382004+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382271+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382048+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.381743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382086+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.382264+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:54.593016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593065+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593447+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:54.593475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.298845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.298845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.299628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.299729+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.300228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.302323+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.303061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.303216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.303256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.304136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.303555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.303553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.303811+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.304137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.308494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.308630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.308647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.304004+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.393232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.393720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.393750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.394119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.395648+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.396989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.400772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.394960+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.396360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.400747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.394854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.397586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.397997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.401751+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.402489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.403303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.407031+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.493320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.495329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.404559+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.495091+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.495100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.495092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.495846+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.494655+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.493141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.495337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.496491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.496723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.496796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.497404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.500020+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.501606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.501608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.501611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.501611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.501710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.500951+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.502987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.595892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.596135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.597061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.598982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.604128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.604128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T06:09:55.694260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.700515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T06:09:55.700515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-04T14:03:57.874195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:03:57.943111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:04:18.345815+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:04:18.447412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:04:28.572805+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:04:28.591406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:04:37.280008+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:04:37.370700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:04:48.920847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:04:48.946201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:05:27.800562+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:05:28.114707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:05:45.522090+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:05:45.560512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:06:47.182151+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:06:47.540234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:07:04.940695+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:07:05.099543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:09:18.794094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:09:18.870439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:09:34.630619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:09:34.753416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:10:59.863219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:10:59.882413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:11:22.749273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:11:22.769963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:12:15.813955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:12:15.813551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:12:15.840915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:12:15.892085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:13:14.874349+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:13:15.000300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:13:20.552485+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:13:20.595811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:14:56.831989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:14:56.892183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:14:57.290302+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:14:57.367402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:17:25.237216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:17:25.326564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:17:32.246239+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:17:32.319948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-04T14:19:54.261873+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-04T14:19:54.336681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-05T08:15:58.426115+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-05T08:15:58.520688+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T15:34:12.738509+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T15:34:12.960060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T16:08:35.219840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.765297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.765327+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.765300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.765286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.765301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.765297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.877012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.877132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.877183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.877198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.877214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.877423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:31.958372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:31.963672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:32.545324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.550596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:32.629374+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.634537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:32.723621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.728748+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:32.806390+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.811777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:32.900924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.906357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:32.920469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:32.925714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.043915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.049230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.109630+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.114789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.206394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.211218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.283822+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.288963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.362492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.367378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.457539+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.462354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.535737+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.540613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.617562+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.622822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.697392+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.702466+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.776554+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.781419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.856735+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.861564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:14:33.934644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:33.939587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:49.127064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:49.199092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:14:58.742274+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:14:58.747228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-09T22:15:04.060715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:15:04.060727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:15:04.060726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:15:04.065833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:15:04.066338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:15:04.066380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:15:04.232118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:15:04.257151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:16:30.090213+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:16:30.090098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:16:30.090323+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:16:30.090203+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:16:30.257737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:16:30.257877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:16:30.257907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:16:30.257904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:17:43.315380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:17:43.315826+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:17:43.315837+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:17:43.315862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:17:43.387377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:17:43.387458+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:17:43.387471+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:17:43.387488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:18:24.571731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:18:24.619945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:18:56.014577+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:18:56.014679+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:18:56.014521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:18:56.014673+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:18:56.103480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:18:56.103479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:18:56.103496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:18:56.103643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:20:04.364371+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:20:04.403505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:20:09.978043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:20:09.978040+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:20:09.978031+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:20:09.977934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:20:10.278245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:20:10.278380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:20:10.278487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:20:10.278490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:21:10.833078+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:21:10.872906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:21:24.027674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:21:24.027688+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:21:24.027684+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:21:24.027692+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:21:24.489147+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:21:24.489621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:21:24.493930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:21:24.497509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:22:38.881431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:22:38.881431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:22:38.881447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:22:38.881429+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:22:39.099221+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:22:39.099343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:22:39.099430+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:22:39.099465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:24:04.042350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:24:04.042189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:24:04.042346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:24:04.042397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:24:04.161490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:24:04.161509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:24:04.161680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:24:04.161702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:25:26.418654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:25:26.418714+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:25:26.418733+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:25:26.418766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:25:26.472921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:25:26.472959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:25:26.473009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:25:26.473033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:26:51.060337+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:26:51.060339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:26:51.060526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:26:51.060368+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:26:51.122820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:26:51.122980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:26:51.122995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:26:51.123129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:27:18.583652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:27:18.615255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:28:12.363635+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:28:12.363669+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:28:12.363727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:28:12.385479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:28:12.385485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:28:12.385504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:28:13.186057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:28:13.191207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:30:32.284043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:30:32.319595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:34:51.450807+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:34:51.486126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:49:46.265374+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:49:46.305360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T22:51:46.316937+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T22:51:46.340285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T23:48:24.900459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T23:48:24.930247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-09T23:48:25.374662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-09T23:48:25.379801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T00:01:30.160003+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:01:30.178636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T00:01:30.780774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:01:30.786089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T00:01:31.672372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:01:31.677561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T00:58:25.027316+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:58:25.027331+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:58:25.053862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T00:58:25.053940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T00:58:28.448226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T00:58:28.453431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:01:18.246033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:01:18.283639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FxyyRDcz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FxyyRDcz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FxyyRDcz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T01:01:19.888998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:01:19.894567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:03:33.056412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:03:33.103919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flTMyjyK"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flTMyjyK\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flTMyjyK/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T01:03:33.234077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:03:33.240048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:05:09.367869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:05:09.445262+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T01:58:02.057868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:58:02.076415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:58:02.264850+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:58:02.270063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:58:03.506315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:58:03.511467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:59:36.104574+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:59:36.123131+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T01:59:36.202595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T01:59:36.207782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wJXMPljluSbD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wJXMPljluSbD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wJXMPljluSbD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:00:55.965927+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:00:55.966080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:00:55.993593+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bQGcUIEtAcm"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bQGcUIEtAcm\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bQGcUIEtAcm/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:00:56.000142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:02:21.286520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:02:21.306144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:04:57.682247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:04:57.726906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:04:59.542173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:04:59.547283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:04:59.946608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:04:59.952495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:06:20.664067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:06:20.664183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:06:20.717795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pnaTLNXntRA.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:06:20.717796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:07:21.750152+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:07:21.810236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:07:23.226711+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:07:23.231926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:10:57.658564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:10:57.658627+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:10:57.682097+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:10:57.682101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:10:57.764807+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:10:57.770096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:11:10.452352+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.457662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.488525+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.494144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.508820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.509181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.514422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.515190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.514606+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.520935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.552900+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.558080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.573994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.577691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.579555+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.583402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.594263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.599890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.634975+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.640156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.648552+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.650678+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.650682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.654418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.656246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.656248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.674802+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.679959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.722187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.727406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.737582+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.740442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.742729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.745965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.748021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.753207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.766890+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.772268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.783888+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.789582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.806344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.809090+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.811312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.814290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.854140+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.859130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.870820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.875974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.876121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.881602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.922662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.923327+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.927836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.928536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.948287+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.954010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.958823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.963984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.978187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.983027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:10.986111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:10.991255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.000734+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.006277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.006995+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.012218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.037726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.042633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.070021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.074951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.074987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.080182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.095191+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.100824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.117464+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.122367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.177845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.182825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.192713+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.198044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.209498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.214318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.216222+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.221388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.221548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.226777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.261695+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.265072+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.267363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.270316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.271259+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.276505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.298304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.299812+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.303581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.305077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.308899+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.313721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.393634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.393634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.397073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.397471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.399543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.399547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.399652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.399957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.402878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.403883+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.404131+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.405588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.406129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.410006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.410476+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.416499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.417350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.493772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.495150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.497728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.499311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.499250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.501251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.501379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.502399+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.504315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.506707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.507682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.512376+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.516042+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.517141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.593874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.597494+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.601783+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.603855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.607050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.608150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.613972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.624324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.627120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.629460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.632645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.820734+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.826032+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:11.901506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:11.906645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:12.009360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:12.014450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:12.069495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:12.074598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:12.260224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:12.265421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:13.315464+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:13.332582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:14.363682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:14.368495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:14.550111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:14.554923+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:14.668442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:14.673271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:14.768407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:14.773423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:15.094353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:15.100678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:16.598701+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:16.603528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:17.525609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:17.530747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:17.813544+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:17.818698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:19.659717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:19.664970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:25.347814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:25.352991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:25.886379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:25.891504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:57.999801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:57.999901+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:11:58.019053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uYGghwvZrh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:11:58.019156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:12:07.954187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:07.959409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:07.977983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:07.983580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.017159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.020620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.024037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.026074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/GXRBvnFk"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/GXRBvnFk\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/GXRBvnFk/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.054235+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.054649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.059493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/LdCFtKdGYcbdV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/LdCFtKdGYcbdV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/LdCFtKdGYcbdV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.059947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.091015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.096530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.223917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.228718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/iGROufkNmAIW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/iGROufkNmAIW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iGROufkNmAIW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.283005+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.289597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.304077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.309266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/zFiliFRBvzEy"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/zFiliFRBvzEy\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/zFiliFRBvzEy/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.363700+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.366861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.368548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.373071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.374553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.379844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.387954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.392461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.393514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.397195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.421169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.426057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/RbAopsroY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/RbAopsroY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/RbAopsroY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.535330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.540260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.554301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.554674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.558486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.559563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.559784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.563767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/FlbBLqBKYzY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/FlbBLqBKYzY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/FlbBLqBKYzY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.574515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.579741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jidzIPIZiU"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jidzIPIZiU\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jidzIPIZiU/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.631035+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.635864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.655776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.661032+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.673639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.678885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/oJVATumjOWYTUM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/oJVATumjOWYTUM\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/oJVATumjOWYTUM/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.791414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.796217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.796855+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.802040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/QJAnOvRtJgEgn/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.922324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.927180+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:08.944127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:08.949490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jvemBEpgd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jvemBEpgd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jvemBEpgd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.075159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.079976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.099802+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.105091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.111728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.116959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/IONXbyuSEsC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/IONXbyuSEsC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/IONXbyuSEsC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.175173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.180096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.271389+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.276259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dAHKaRBq"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dAHKaRBq\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dAHKaRBq/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.326221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.331053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/wougECHCsl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/wougECHCsl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/wougECHCsl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.406923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.413138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.416455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.494025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.501291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.506760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/VnQngBhS"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/VnQngBhS\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/VnQngBhS/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.508827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.596702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.693318+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.698967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/cHmZWaSCJJ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/cHmZWaSCJJ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login/cHmZWaSCJJ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.765842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.770682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/WOtAUSMCVjyeh.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/WOtAUSMCVjyeh.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/WOtAUSMCVjyeh.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.769611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.774994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.824306+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.829072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/feEYCDCHu.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/feEYCDCHu.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/feEYCDCHu.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:09.830195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:09.835927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/vOTtNGpC.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:10.497709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:10.502595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:27.278180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:27.278239+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:27.313769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//ZbZfIBMJvaoj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:27.313858+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:34.844206+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:34.849048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/DjJMmYZuCvl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/DjJMmYZuCvl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DjJMmYZuCvl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:34.948529+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:34.953362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/uzMhXwAAPPj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:35.073558+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:35.078377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/URRCBoUhwK"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/URRCBoUhwK\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/URRCBoUhwK/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:35.162883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:35.167706+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/EQmYqAteiqR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/EQmYqAteiqR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/EQmYqAteiqR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:35.322773+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:35.327599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:35.685471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:35.690305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:36.121126+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:36.125931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:36.770681+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:36.775523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:43.617263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:43.634627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/AWfmHlZNxx"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/AWfmHlZNxx\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/AWfmHlZNxx/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:12:44.704018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:12:44.708909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:04.429277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:04.447042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T02:13:12.932866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:12.937764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:12.970094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:12.975390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.110699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.115551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.309391+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.314219+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.319896+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.325207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.636293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.641120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.686597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.691437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.711566+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.716762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.769682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.774539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:13.970897+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:13.975709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.073600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.078675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.104443+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.110164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.148717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.149941+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.153621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.155214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.182791+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.187761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.233256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.238005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:14.521106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:14.525958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:15.449618+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:15.454539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:15.523398+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:15.528228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:15.684236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:15.689163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:16.640899+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:16.645713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:16.694794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:16.699606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:26.842537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:26.881902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:47.220459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:47.220471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:13:47.294835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:13:47.294986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:14:16.865548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:14:16.904785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:14:17.320963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:14:17.325871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:14:21.387092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:14:21.391916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T02:14:28.398553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T02:14:28.403367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T03:18:39.802308+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T03:18:39.855625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T03:18:40.850709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T03:18:40.855838+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T03:36:59.586419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T03:36:59.604796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T03:37:00.486045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T03:37:00.491237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T03:37:01.668362+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T03:37:01.673592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T04:36:19.747021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T04:36:19.877492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T04:36:21.044298+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T04:36:21.049747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T07:19:06.476936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476892+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476928+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476938+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476899+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476925+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476927+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.476927+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.498027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.589604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.589874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.598289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.598466+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:06.806364+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:06.811488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.193564+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.198712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.284803+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.289951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.373784+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.379008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.444916+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.450079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.611963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.617113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.749180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.754317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:07.987659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:07.993496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:08.297241+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:08.302483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:08.514325+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:08.519490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.268314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.273546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.444711+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.450035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.501466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.506626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.764545+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.769677+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.773581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.779166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:09.915562+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:09.920984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.040911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.046114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.057492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.059861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.063034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.065382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.246254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.251463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.311671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.316836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.369301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.374563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.385698+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.391236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.546978+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.552109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.656790+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.661647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.880611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.885470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.920978+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.925795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:10.962093+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:10.966988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.078901+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.083749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.307779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.312600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.541989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.546963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.633489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.638306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.651174+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.656425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.874128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.879016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.884451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.889683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:11.973556+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:11.979541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.057729+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.062576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.126346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.131189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.154022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.156406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.158971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.162382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.174012+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.179176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.395477+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.400336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.433277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.438098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.503554+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.503717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.508439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.509047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.564394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.569316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.913653+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.918505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:12.952329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:12.957137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.010775+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.015623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.101419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.106326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.115503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.120672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.187013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.191899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.199757+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.205030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.204794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.210062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.274057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.278859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.394677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.399546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.547677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.552524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.646905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.651813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.716993+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.721829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.769916+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.774775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.837644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.842460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:13.899057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:13.903873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.192972+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.197830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.225124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.230021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.233670+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.239230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.262716+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.267591+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.350930+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.355850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.441997+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.444368+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.446835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.449683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.555284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.560189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.777010+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.781861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:14.788617+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:14.793813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:15.093181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:15.098052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:15.155187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:15.159973+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:15.321385+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:15.326223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:17.146208+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:17.151148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:19:17.415795+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:19:17.420690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:51.270144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:51.300596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/gMCWsJgAzWr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:51.544329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:51.549431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:51.643328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:51.648445+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:51.668345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:51.674364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/jyTqTICNXxL/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:52.459884+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:52.464816+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/oqxyCUpMWnPh.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:53.250023+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:53.255173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:59.543313+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:59.548140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login/HZtmuZUDVcIWB/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:59.685535+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:59.690725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/PEOBqoZF"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/PEOBqoZF\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/PEOBqoZF/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:59.722802+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:59.727646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:23:59.790069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:23:59.794924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:00.648468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:00.653283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/HlPRyhKWsarNMC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/HlPRyhKWsarNMC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HlPRyhKWsarNMC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:01.148129+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:01.153013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:01.279496+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:01.284330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:03.562088+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:03.566907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/pMMoDvHkImG"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/pMMoDvHkImG\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/app/pMMoDvHkImG/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.735296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.757736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/kJAinbQXUN.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/kJAinbQXUN.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/kJAinbQXUN.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.735240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735403+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735477+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.735369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.774461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.775775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.775820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.775851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.775853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/UjFJRzjW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.775857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.776104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xdARAMqeKTX"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xdARAMqeKTX\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xdARAMqeKTX/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.816986+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.823087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.840258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.845919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.984551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.984755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.987944+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.988666+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.989665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/WPnlVMoRnAHpj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/WPnlVMoRnAHpj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/WPnlVMoRnAHpj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.989818+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.990387+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:10.993344+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.994027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/LcbiwcfzoxXgY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/LcbiwcfzoxXgY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/LcbiwcfzoxXgY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:10.995988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/QDveaqHDM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/QDveaqHDM\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/QDveaqHDM/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.045521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.046395+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.048254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.050824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.051962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/JovsPpJF"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/JovsPpJF\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/JovsPpJF/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.053809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/NqQuciOYD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/NqQuciOYD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/NqQuciOYD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.078946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.084124+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.090232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.095874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/UkZYueXXHM.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/UkZYueXXHM.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/UkZYueXXHM.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.117221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.122110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.239979+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.244825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.255894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.261412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/xYXxLGpHyqmLs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/xYXxLGpHyqmLs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/xYXxLGpHyqmLs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.281236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.286366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/inuqhNfYKFf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/inuqhNfYKFf\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/inuqhNfYKFf/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.305107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.310726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.367668+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.372855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.399119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.404276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/VaeoLCWsPPLjY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.460520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.465665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//MRlpmdYWELU"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//MRlpmdYWELU\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//MRlpmdYWELU/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.514610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.516096+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.519813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/kSDbNPYj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/kSDbNPYj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/kSDbNPYj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.521552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.542974+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.550503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/zEIuYwpjaP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.691978+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.697022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.696698+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.697484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:11.701946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WqdJLqKR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WqdJLqKR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WqdJLqKR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:11.702652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:12.639217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:12.644169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:12.668245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:12.673109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WdrsTYnUc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WdrsTYnUc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WdrsTYnUc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.193019+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.197868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.199479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.204704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.212267+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.217581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/iYtIqmaWxwJ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/iYtIqmaWxwJ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iYtIqmaWxwJ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.272906+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.277790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.359527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.364514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/cSmayHHiNfhfe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.407486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.412343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:13.540793+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:13.545746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/yObhCMzUT"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/yObhCMzUT\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/yObhCMzUT/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:16.552576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:16.557454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:16.576563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:16.581775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ZBDicToUqI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ZBDicToUqI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ZBDicToUqI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:24:19.000659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:24:19.005524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:26:56.716827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:26:56.751236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:26:59.277308+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:26:59.282803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:26:59.340586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:26:59.346122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:26:59.975339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:26:59.981074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:27:00.446581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:27:00.451424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:27:37.419479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:27:37.439905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:27:40.874547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:27:40.879695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:20.597438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:20.597438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:20.630095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:20.635070+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:21.012083+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:21.017336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:22.793969+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:22.799098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:33.292067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:33.297233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:33.628079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:33.633367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:36.661879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:36.680093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:36.768515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:36.773357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.719703+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.724537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.891586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.896459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.907939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.913330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.928555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.934280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.982729+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.987708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:38.992363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:38.997637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:39.363413+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:39.368611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:39.392355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:39.397209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:39.723673+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:39.728489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:39.748093+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:39.753580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:39.813537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:39.818316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:40.891631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:40.891631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:40.896564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:40.896564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:40.923065+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:40.927977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:41.954649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:41.961517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:29:43.009650+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:29:43.014553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:30:03.331252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:30:03.361362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T07:30:04.455658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:30:04.460498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T07:30:07.356787+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:30:07.361637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T07:36:52.690224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:36:52.718393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/VQZKDVgTxy" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/VQZKDVgTxy\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/VQZKDVgTxy/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T07:36:56.002624+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:36:56.008235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T07:41:30.783309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T07:41:30.822549+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico" (from "http://wallet-pass.lngweb.it/index.php")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" (from \"http://wallet-pass.lngweb.it/index.php\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T09:50:39.745768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T09:50:39.782109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T09:50:41.137391+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T09:50:41.142967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T12:54:22.465200+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T12:54:22.538228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T14:48:33.669722+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T14:48:33.822894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T14:48:43.403585+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T14:48:43.409030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T14:48:49.744190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T14:48:49.772159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T14:48:59.496213+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T14:48:59.501441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T14:49:15.890232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T14:49:15.928794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:37.501898+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:37.501893+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:37.562595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T15:47:37.562848+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T15:47:38.028521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:38.033658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/license.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:38.065820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:38.071395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/license.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:38.801780+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:38.807284+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:38.864356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:38.869303+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.162680+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.167509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xmlrpc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xmlrpc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.249406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.254286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xmlrpc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xmlrpc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.532563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.537390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.609098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.614008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.874567+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.879380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:39.938523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:39.944152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:40.207799+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:40.213142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:40.392832+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:40.398057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:40.538669+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:40.543565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:40.733236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:40.738313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.018722+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.023554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2020/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.166458+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.172210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2020/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.334771+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.339639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2019/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.515356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.520273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2019/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.689085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.693954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2021/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:41.830737+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:41.835568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2021/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.167008+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.172101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.189704+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.194915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.485396+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.490291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp1/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.617050+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.621904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp1/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.817108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.822451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:42.948151+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:42.954333+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:43.181426+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:43.187420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:43.304533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:43.309441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:43.562679+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:43.567518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T15:47:43.629035+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T15:47:43.633822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T18:02:09.404021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T18:02:09.480273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T21:37:47.990814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T21:37:48.083590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T21:37:48.483731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T21:37:48.488904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-10T22:04:09.419629+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T22:04:09.419779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-10T22:04:09.509456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-10T22:04:09.509575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-11T00:01:48.894709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T00:01:49.009043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-11T00:01:49.670826+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T00:01:49.676023+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-11T00:01:50.431352+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T00:01:50.436825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-11T03:35:38.147882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T03:35:38.303729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-11T09:06:26.866604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T09:06:26.980646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-11T12:31:49.654799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-11T13:32:36.257695+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-11T13:32:36.346417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:14:36.582526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:14:36.647564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:46:46.956918+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:46:47.101653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:46:47.178796+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:46:47.183964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:46:48.030372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:46:48.035498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:47:38.673698+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:47:38.757080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:47:38.867755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:47:38.872936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/IEcMIFslaAaN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/IEcMIFslaAaN\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/IEcMIFslaAaN/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T02:48:19.857527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:48:19.897148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T02:48:20.654958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:48:20.660079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/auumymRi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/auumymRi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auumymRi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T02:49:17.616292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T02:49:17.635572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T05:18:57.959237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T05:18:58.218984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T05:18:58.206856+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T05:18:58.245411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T05:18:58.899261+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T05:18:58.904463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T11:21:13.292589+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T11:21:13.402675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xmlrpc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xmlrpc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T12:07:30.352943+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T12:07:30.382271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T12:07:30.949049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T12:07:30.955559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T12:07:31.654226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T12:07:31.659692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-12T21:08:55.467824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T21:08:55.557769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-12T21:08:56.043843+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-12T21:08:56.049125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-13T04:21:00.712351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-13T04:21:01.009685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-14T08:21:28.475121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-14T08:21:28.565204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-14T21:05:31.564329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-14T21:05:31.670479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-14T21:05:31.823830+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-14T21:05:31.829100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T01:14:02.943277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:14:02.943199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:14:02.943224+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:14:03.018238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T01:14:03.018268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T01:14:03.018287+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T01:16:10.186753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:16:10.186754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:16:10.783506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/zINAuxiEXWWAR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T01:16:11.419660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T01:17:40.644414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:17:40.685739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/BubxKnIFov"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/BubxKnIFov\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/BubxKnIFov/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T01:19:16.924098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T01:19:18.162393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T02:39:53.741963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:39:53.773441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T02:39:53.741874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:39:53.786700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T02:39:56.667267+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:39:56.672431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T02:40:00.240158+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:40:00.245304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GKRpsAkYMxay"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GKRpsAkYMxay\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GKRpsAkYMxay/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T02:40:00.449284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:40:00.454483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T02:40:03.819841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:40:03.824997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/XKXTzBlKXQ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/XKXTzBlKXQ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XKXTzBlKXQ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T02:40:07.013223+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:40:07.018794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T02:40:13.278417+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T02:40:13.309419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T05:41:15.674757+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T05:41:15.797082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T11:25:42.775972+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T11:25:42.848595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T12:11:05.698154+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T12:11:05.718317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T12:11:06.672089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T12:11:06.677239+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-15T12:11:07.407095+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T12:11:07.412284+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-15T22:16:11.298111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-15T22:16:11.454833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-16T11:53:01.476245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-16T11:53:01.565771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-16T20:05:16.993788+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-16T20:05:16.993783+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-16T20:05:18.218016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-16T20:05:18.218016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-16T20:23:12.455650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-16T22:56:01.256712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-16T22:56:01.330392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-17T01:28:00.376522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-17T01:28:00.435353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-17T05:03:42.537744+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-17T05:03:42.799595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-17T14:06:53.922452+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-17T14:06:53.998704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-17T18:43:16.094712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-17T18:43:16.197392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-18T04:11:05.986848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T04:11:05.986792+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T04:11:06.206589+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-18T04:11:06.206645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-18T05:23:00.816369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T05:23:01.195193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-18T06:11:20.004652+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T06:11:20.198777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-18T06:11:22.948509+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T06:11:22.954059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-18T23:22:23.914162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-18T23:22:24.001847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-19T09:51:05.656216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-19T09:51:05.749361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T00:10:12.517915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T00:10:12.606779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T02:07:26.644981+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T02:07:26.728789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T04:26:11.703862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T04:26:11.779171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T09:06:42.544829+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T09:06:42.601301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T09:08:55.659170+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T09:08:55.728230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-20T11:50:40.177675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-20T11:50:40.281087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-21T07:04:12.282925+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-21T07:04:12.361118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-21T09:49:00.332522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-21T09:49:00.332619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-21T09:49:00.425773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-21T09:49:00.425809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-21T09:49:01.764213+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-21T09:49:01.766114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-21T09:49:25.586665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-21T09:49:25.611841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-22T04:14:33.915409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-22T04:14:33.915427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-22T04:14:34.148549+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-22T04:14:34.148569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-22T20:01:21.702293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-22T20:01:21.771975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:02:17.496382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:02:17.851785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:04:08.846205+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:04:09.239279+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:05:00.357246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:05:00.422852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:06:25.873492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:06:26.133580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:07:35.780768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:07:35.803223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:07:35.824707+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:07:35.830745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:08:19.675532+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:08:19.980934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:11:29.953591+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:11:30.105702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:15:30.302208+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:15:30.342477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:15:42.000728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:15:42.005897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GKRpsAkYMxay\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:15:54.315783+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:15:54.346207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:09.003909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:09.009121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:18.127540+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:18.148101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/AWfmHlZNxx\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:27.214052+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:27.219069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:39.350255+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:39.367385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:45.055576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:45.060726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:16:47.894939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:16:47.899742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:30.236106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:30.254376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:38.907196+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:38.913661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2020/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:45.304634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:45.322825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/MRlpmdYWELU/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/MRlpmdYWELU/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MRlpmdYWELU\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:48.102167+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:48.107032+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:53.851870+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:53.858521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xdARAMqeKTX/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xdARAMqeKTX/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xdARAMqeKTX\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:17:56.894638+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:17:56.899498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:03.090593+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:03.107775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:23.950009+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:23.969222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2021/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2021/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:26.843938+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:26.849168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:48.102192+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:48.129972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:51.123173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:51.128033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:54.094413+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:54.099633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2019/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:18:59.846512+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:18:59.851713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:11.964918+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:11.993066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:15.045904+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:15.050752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:18.096524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:18.101587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:33.143342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:33.160118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:38.994794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:38.999650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:19:41.993909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:19:41.998758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helpers/utility.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helpers/utility.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helpers/utility.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:20:15.063461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:20:15.080624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/wougECHCsl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/wougECHCsl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/wougECHCsl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:20:21.040478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:20:21.045687+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:20:27.044831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:20:27.049694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:20:36.322027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:20:36.341008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:20:50.895850+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:20:50.900733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:03.052462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:03.070172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:21.048958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:21.068499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:23.897366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:23.902761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UJXyIAQAicrav\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:32.977340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:32.982183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:48.261133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:48.278037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:21:54.147296+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:21:54.152198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:03.004375+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:03.010558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:03.386313+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:03.420901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:06.055665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:06.074600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/static/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/static/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:09.044496+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:09.049553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:12.199755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:12.204608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:12.635407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:12.850405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:15.157079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:15.162011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:15.245186+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:15.250135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:17.462938+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:17.467783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:20.634036+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:20.696849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:30.345298+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:30.560155+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:33.266675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:33.271558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:35.685358+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:35.718614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:41.887600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:41.904804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:22:42.229860+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:42.254938+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:47.337690+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:47.592304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:47.898488+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:47.903682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:51.046824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:51.103206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:22:54.199032+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:54.203910+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CHSTZfwuZ\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:57.313069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:57.409683+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:22:57.412584+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:22:57.458898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/(/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:02.407929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:02.416028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:23:03.150283+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:03.155151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:06.216412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:06.301374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:23:08.393186+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:08.398173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:13.672238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:13.705813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:15.804388+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:15.809536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:23:17.979532+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:17.996136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:22.506670+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:22.530673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:24.190701+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:24.247820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:27.385117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:27.415373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:33.760583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:33.765715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:40.175747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:40.554926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:47.989556+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:48.013417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:54.706228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:54.737514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uYGghwvZrh\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:23:56.953538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:23:56.959193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:24:03.241839+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:03.247111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:24:06.500542+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:06.506873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:24:08.806805+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:08.811700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:11.124290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:11.141660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-23T02:24:12.070476+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:12.087572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:13.294470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:13.299321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:14.997480+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:15.002371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:15.498946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:15.503885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:20.189950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:20.274100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:30.219991+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:30.237770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:39.104377+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:39.109742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:41.998994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:42.003932+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:51.175666+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:51.196061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:24:57.200044+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:24:57.204962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-23T02:25:06.358489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-23T02:25:06.376243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-25T01:26:31.807096+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-25T01:26:32.002649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-25T23:34:16.974915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-25T23:34:17.510590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-26T02:14:22.498165+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T02:14:22.558506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-26T02:14:22.665561+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T02:14:22.670759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T02:14:23.610155+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T02:14:23.615321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-26T02:14:24.053810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T02:14:24.059027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:31.462279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:31.529077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:31.734877+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:31.740372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:31.804022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:31.809284+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:31.869374+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:31.874319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:31.934408+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:31.939375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.004265+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.009169+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.068889+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.073834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.133421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.138501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.197547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.202694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.259478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.264291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.320342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.325166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.384092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.389028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.448234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.453236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.511990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.516909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.575351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.580281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.638579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.643472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.707388+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.712272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.private"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.private\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.private/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.777824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.782714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.839916+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.844822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.override"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.override\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.override/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.905425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.910356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:32.970227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:32.975392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.032961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.037803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.097421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.102428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.161156+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.166024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.settings"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.settings\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.settings/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.229304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.234201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.293426+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.298428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secure"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secure\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secure/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.357476+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.362547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.435504+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.440404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.499669+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.504700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.563344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.568230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.626886+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.631780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.695630+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.700521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.758894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.763791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/local.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/local.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T15:52:33.823085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T15:52:33.828008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-26T21:11:51.953801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T21:11:52.045693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-26T21:11:52.221895+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-26T21:11:52.227090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-28T19:37:42.507776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-28T19:37:42.565824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-28T19:37:42.747119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-28T19:37:42.752322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-29T11:15:48.045071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-29T11:15:48.121049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-29T12:06:59.614177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-29T12:06:59.699515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T10:10:44.424825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T10:10:44.520670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T10:44:43.804630+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T10:44:43.860713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2024-12-30T10:44:46.226950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T10:44:46.232913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T15:17:51.757868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T15:17:51.834679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T16:29:14.380807+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T16:29:14.493442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T16:29:15.852861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T16:29:15.858057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T16:29:16.950526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T16:29:16.955738+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T20:53:13.558492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T20:53:13.674460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T20:53:14.468166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T20:53:14.473452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T21:30:36.950441+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T21:30:37.043963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-30T22:16:26.972323+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-30T22:16:27.018821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-31T02:35:08.475547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-31T02:35:08.598240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-31T20:08:19.500484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-31T20:08:19.570090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2024-12-31T21:20:43.786160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2024-12-31T21:20:43.835219+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-03T02:14:03.767499+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:03.959428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:04.676246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:04.681519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:06.653094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:06.658296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:07.140030+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:07.144958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:07.786319+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:07.791212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:08.265219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:08.270180+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:08.753414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:08.758318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:09.253348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:09.258235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:09.758265+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:09.763119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:10.236765+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:10.241622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:10.888806+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:10.893866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:11.399315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:11.404254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:12.221801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:12.226726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.override"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.override\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.override/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:12.870380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:12.875301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:13.682298+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:13.687137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.settings"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.settings\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.settings/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:14.180907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:14.185800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:14.661459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:14.666306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secure"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secure\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secure/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:15.152018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:15.157057+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:15.811488+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:15.816715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:16.278533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:16.283402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:16.834366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:16.839526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:20.632197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:20.684368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:21.250649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:21.255505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:22.713145+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:22.717969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:23.365772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:23.370591+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:24.353139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:24.358002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save.1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save.1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save.1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:24.827329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:24.832215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bk"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bk\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bk/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:27.452952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:27.457796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.environment"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.environment\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.environment/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:28.089839+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:28.094662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secrets"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secrets\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secrets/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:28.589906+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:28.594770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:29.102088+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:29.106925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.current"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.current\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.current/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:29.590567+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:29.595451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.defaults"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.defaults\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.defaults/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:30.219970+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:30.224829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:30.706067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:30.711578+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-03T02:14:31.006192+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:31.011039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:31.483059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:31.487949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:32.298081+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:32.302939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:32.777653+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:32.782561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:33.428422+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:33.433305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:33.894021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:33.898840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:34.350623+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:34.355505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:34.810528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:34.815371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:35.479611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:35.484645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_version.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_version.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_version.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:35.982439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:36.033459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:36.726603+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:36.731445+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:37.192945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:37.197868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:37.828001+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:37.832836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:38.298227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:38.303071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo_test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo_test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo_test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:38.931871+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:38.936737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:39.394787+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:39.399629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:40.185397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:40.190459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:40.817728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:40.822569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpversion.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpversion.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpversion.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:41.301142+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:41.306006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:41.951574+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:41.956417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:42.424752+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:42.429621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfotest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfotest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfotest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:42.892021+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:42.896894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testphp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testphp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testphp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:43.527685+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:43.532529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:44.328358+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:44.333284+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:44.790530+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:44.795355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfotest/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfotest/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfotest/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:45.271638+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:45.277623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tmp/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tmp/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:45.755467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:45.760339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:46.216796+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:46.221703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/setup/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/setup/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/setup/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:46.671610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:46.676558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:47.130439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:47.135296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logs/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logs/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logs/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:47.764027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:47.768919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logs/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logs/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logs/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:48.393609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:48.398453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:48.855449+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:48.860543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:49.487748+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:49.492605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitor/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitor/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitor/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:50.128987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:50.133875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:50.785842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:50.790868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:51.451162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:51.495236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/production/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/production/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:51.989057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:51.993957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:52.614824+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:52.619659+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testenv/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testenv/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testenv/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:53.411621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:53.416516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:54.039269+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:54.044403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfoposmeta.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfoposmeta.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfoposmeta.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:54.522397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:54.527261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:54.987312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:54.992236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ppinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ppinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ppinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:55.622203+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:55.627027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/web/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:56.088274+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:56.093159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:56.564438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:56.569329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:57.037830+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:57.043137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:58.165864+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:58.170742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:58.648134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:58.653088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:59.126835+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:59.131832+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:14:59.596136+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:14:59.601014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:00.215688+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:00.220551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:00.845445+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:00.850298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:01.487393+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:01.492210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:01.953608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:01.958462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:02.424956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:02.429829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:03.053228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:03.058048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:03.695419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:03.700262+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/cache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/cache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/cache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:04.487455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:04.492325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:05.141382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:05.146257+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:07.116354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:07.327807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:08.270745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:08.275574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:09.383329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:09.388266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:10.006999+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:10.011909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:10.493058+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:10.497945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:10.965516+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:10.972342+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:11.428699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:11.433546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:12.055579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:12.060436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:12.721438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:12.726294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/isadmin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/isadmin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/isadmin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:13.178565+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:13.183476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:13.643124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:13.647971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lindex.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lindex.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lindex.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:14.294715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:14.299569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:14.749736+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:14.754697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:15.210876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:15.215761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ocp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ocp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ocp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:15.689984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:15.695059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/of.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/of.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/of.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:16.495843+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:16.500664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:16.974197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:16.979106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php52/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php52/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php52/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:17.457619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:17.462674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpcustom_info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:17.926866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:17.931693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:18.507828+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:18.512658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:19.131262+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:19.136202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:19.913702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:19.918581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:20.445077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:20.449916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:23.367651+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:23.651657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:24.425415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:24.430298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:24.897845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:24.902685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:25.401759+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:25.406580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:25.877290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:25.882160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:26.344281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:26.349133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:26.967437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:26.972366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:27.600357+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:27.605206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:28.384866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:28.389769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:28.855540+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:28.860365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:29.316383+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:29.321313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test0.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test0.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test0.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:29.799104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:29.804792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:30.638381+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:30.643525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:31.113665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:31.118878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:31.760671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:31.767401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test6.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test6.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test6.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:32.247857+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:32.252693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test7.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test7.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test7.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:32.716580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:32.722587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test8.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test8.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test8.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:33.350141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:33.356557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tester.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tester.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tester.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:33.859820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:33.864648+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testing.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testing.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testing.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:34.319234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:34.324127+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:34.810160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:34.816728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/token.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/token.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/token.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:35.286442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:35.291320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tz.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tz.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tz.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:35.953469+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:35.958335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:36.420948+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:36.425773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:38.914709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:39.131761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_area/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:39.865445+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:39.870294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/administrator/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/administrator/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:40.324523+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:40.329412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adm/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adm/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adm/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:40.952228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:40.957217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:41.580790+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:41.585655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/system/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/system/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:42.199633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:42.204548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:42.822197+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:42.827086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:43.469253+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:43.474148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:44.267491+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:44.272328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:44.741011+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:44.745869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:45.202195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:45.207082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpconfig.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpconfig.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpconfig.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:45.829240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:45.834107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/system_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/system_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:46.964929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:46.969883+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:47.470853+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:47.475840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/credentials.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/credentials.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/credentials.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:47.948044+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:47.952946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:48.438049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:48.442870+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gcloud/configuration.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gcloud/configuration.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud/configuration.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:49.144595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:49.149436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.azure/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.azure/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.azure/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:49.639347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:49.644206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kubernetes/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kubernetes/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kubernetes/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:50.112371+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:50.117304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:50.590687+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:50.595608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.aws"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.aws\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.aws/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:51.266700+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:51.271577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:51.756717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:51.761576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:52.298099+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:52.302962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:53.875500+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:53.880639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:54.373069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:54.474418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:55.017796+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:55.022790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:55.497996+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:55.502841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/application.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/application.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/application.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:56.310801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:56.315639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:57.272932+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:57.277782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/swagger.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/swagger.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/swagger.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:57.739433+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:57.744334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/swagger.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/swagger.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/swagger.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:58.222013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:58.226895+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/swagger.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/swagger.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/swagger.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:58.866136+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:58.870953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v2/swagger.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v2/swagger.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/swagger.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:59.343862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:15:59.348776+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/auth.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/auth.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:15:59.997779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:00.002747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:00.511456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:00.516270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth2.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth2.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth2.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:01.007604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:01.012502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:01.489798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:01.494627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:02.156359+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:02.161308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api-keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api-keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api-keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:02.656957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:02.661881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apikeys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apikeys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apikeys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:03.308289+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:03.313198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/keys.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/keys.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/keys.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:03.803828+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:03.808686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serverless.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serverless.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serverless.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:04.311727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:04.316576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serverless.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serverless.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serverless.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:05.134608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:05.139632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/package.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/package.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/package.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:05.611367+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:05.616250+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/composer.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/composer.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-03T02:16:06.103405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-03T02:16:06.108311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/angular.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/angular.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/angular.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-04T20:40:42.316982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:40:42.370261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:41:48.129818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:41:48.566136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:42:54.013311+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:42:54.274246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:43:22.393546+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:43:22.585314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:44:23.778393+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:44:24.112260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:44:55.322031+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:44:55.368183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:46:02.447773+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:46:02.715949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:47:07.596645+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:47:07.769135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:48:10.235531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:48:10.536506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-04T20:49:14.299865+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-04T20:49:14.801685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-05T17:30:10.583482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-05T17:30:10.647540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-06T18:30:30.788220+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788266+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788624+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788305+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788257+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788357+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788591+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788213+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788198+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788362+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788214+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788833+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788265+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.788178+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:30.899823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/images../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/images../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/files/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/files/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/uploads/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/uploads/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/uploads/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.899998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/css../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/css../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/uploads/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/uploads/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/img../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/img../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900102+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/template/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/template/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/template/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/extensions/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/extensions/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/extensions/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/events../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/events../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/events../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/layout/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/layout/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layout/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/views/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/views/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/views/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/source/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/source/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/source/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/assets../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/assets../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/templates/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/templates/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/templates/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:30.900282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/panel/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/panel/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/panel/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.294160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.299614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.297997+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.298038+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.298177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.300475+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.299686+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.300848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.301664+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.301822+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.302169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.302387+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.302386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.302386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.302772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.303147+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.304753+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.304782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.304995+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.305034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.305127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.305127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.307717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/content../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/content../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308430+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cache/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cache/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cache/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js/libs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js/libs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.308567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.311420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prestashop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prestashop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prestashop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.310833+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.311342+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.310529+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T18:30:31.394213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.394210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dist/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dist/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.395806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.395917+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/drupal/sites/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/drupal/sites/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/drupal/sites/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.398072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.399603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/documentation/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/documentation/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/documentation/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T18:30:31.399603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T22:05:17.930857+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:05:17.930940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:05:18.005185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T22:05:18.005185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T22:07:35.361430+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:07:35.459074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T22:07:44.283059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:07:44.380112+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-06T22:07:51.156376+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:07:51.162111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-06T22:07:54.553893+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:07:54.558915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-06T22:08:09.176790+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-06T22:08:09.208702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-07T00:53:51.465132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:53:51.534501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:53:55.022878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:53:55.028088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:54:00.956671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:54:00.961532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:54:35.931749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:54:35.957325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:55:49.311125+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:55:49.399726+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:55:55.498527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:55:55.503675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:56:05.096809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:56:05.119550+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/MRlpmdYWELU/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/MRlpmdYWELU/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MRlpmdYWELU\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:56:15.310902+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:56:15.315730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:56:26.941424+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:56:27.181962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T00:59:47.126237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T00:59:47.157194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/jyTqTICNXxL/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:00:15.358939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:00:15.412324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:00:18.395721+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:00:18.400935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/wougECHCsl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/wougECHCsl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/wougECHCsl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:00:24.748632+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:00:24.753480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:00:27.833590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:00:27.838473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:01:12.764092+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:01:12.781668+01:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2025-01-07T01:01:13.230630+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-01-07T01:01:14.522513+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-01-07T01:01:14.784786+01:00] deprecation.INFO: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /home/lngwebb/wallet-pass/public_html/releases/18/src/Controller/PassController.php:83)"} [] [2025-01-07T01:01:14.976702+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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-01-07T01:01:14.999628+01:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "main" if you want to modify the response. [] [] [2025-01-07T01:01:15.000301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-01-07T01:01:21.517094+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:01:21.523133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:01:37.628789+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:01:37.657713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:01:41.497787+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:01:41.502656+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:02:04.261059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:02:04.322882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-07T01:02:17.741547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-07T01:02:17.746396+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-08T01:37:23.850563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-08T01:37:24.011747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-08T09:59:37.254470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-08T09:59:37.328557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-08T16:40:42.270988+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-08T16:40:42.374646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-08T16:40:43.163472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-08T16:40:43.168722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-09T05:40:48.951838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T05:40:49.305093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-09T05:40:49.354128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T05:40:49.359825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-09T16:48:31.065382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T16:48:31.122194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-09T16:48:31.541910+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T16:48:31.547082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-09T16:48:33.084388+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T16:48:33.089651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-09T16:48:39.372548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-09T16:48:39.377944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-13T04:08:05.935173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-13T04:08:06.070801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-14T14:40:58.210600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-14T14:40:58.265281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-16T08:15:33.388401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-16T08:15:33.510194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-17T04:33:45.192394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-17T04:33:45.303795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-17T13:08:33.803501+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-17T13:08:33.882191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-18T18:03:27.867597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-18T18:03:27.950203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-18T23:07:56.651898+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-18T23:07:56.651915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-18T23:07:56.712212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-18T23:07:56.712212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-19T00:42:10.991632+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-19T00:42:11.113421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-22T00:45:25.520141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T00:45:26.004404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-22T00:45:27.475709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T00:45:27.480991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-22T01:28:29.455943+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T01:28:29.574457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-22T16:30:07.200513+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T16:30:07.280120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-22T16:30:08.607555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T16:30:08.612775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-22T17:01:25.803355+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-22T17:01:25.896540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-23T05:22:23.396032+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:23.685361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2017-------/09/wp-console.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:25.498022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:25.503186+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/crop/uword.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/crop/uword.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/crop/uword.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:26.640032+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:26.645204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/bltm/wp-login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/bltm/wp-login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/bltm/wp-login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:27.847505+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:27.852327+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/autoload_classmap.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/autoload_classmap.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/autoload_classmap.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:29.066473+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:29.072190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2014/07/olx.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2014/07/olx.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2014/07/olx.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:30.303462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:30.308313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/css/colors/midnight/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/css/colors/midnight/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/css/colors/midnight/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:33.913233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:33.918251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2020/wp-couldent.php.suspected/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:37.565527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:37.571602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/523453244/ninja.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/523453244/ninja.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/523453244/ninja.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:41.268964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:41.391789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/imgareaselect/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:42.692716+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:42.697664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/PHPMailer/load.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:43.790982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:43.795884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-links.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-links.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-links.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:44.896786+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:44.901625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-aa.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-aa.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-aa.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:46.098038+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:46.104989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/travelscape/json.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:47.448805+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:47.453708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/travel/issue.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/travel/issue.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/travel/issue.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T05:22:49.778462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T05:22:49.783285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T10:42:49.328843+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T10:42:49.566762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-23T10:42:50.021580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T10:42:50.026748+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-23T10:42:51.349253+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T10:42:51.354408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-23T10:42:57.348181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-23T10:42:57.353454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T01:59:26.309235+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T01:59:26.309252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T01:59:26.367488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T01:59:26.367513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T01:59:43.949643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T01:59:43.975022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T01:59:53.259600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T01:59:53.264725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T01:59:57.569738+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T01:59:57.574980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/service.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:00:25.442649+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:00:25.483655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:00:49.167000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:00:49.193548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/jyTqTICNXxL\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:00:53.969956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:00:53.974776+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:01:45.597947+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:01:45.617843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:01:53.896170+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:01:53.901330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:03:17.680825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:03:17.699647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:03:38.647636+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:03:38.665724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:04:06.550623+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:04:06.569132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v4/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v4/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:04:24.201865+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:04:24.258680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:04:37.256145+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:04:37.262718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:04:54.610077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:04:54.640422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:04.562579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:04.567482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:15.868862+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:15.890283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:33.923911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:33.942406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:40.138123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:40.143038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:43.269607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:43.274578+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:46.289369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:46.294286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:05:56.108899+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:05:56.128018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:06:13.894151+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:06:13.925389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:06:17.104256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:06:17.109123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:06:56.098543+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:06:56.129020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:06:58.623907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:06:58.629091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:04.493780+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:04.498983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:08.348289+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:08.353190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:20.572662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:20.590392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:41.115348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:41.132590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:43.813585+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:43.818462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:07:57.697719+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:07:57.715883+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:26:29.081719+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:26:29.216116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/log/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/log/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/log\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:26:32.125519+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:26:32.130686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/iGROufkNmAIW/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/iGROufkNmAIW/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iGROufkNmAIW\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:26:48.647457+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:26:48.665341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:26:55.074821+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:26:55.079802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:30:56.737190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:30:56.763569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:30:59.563693+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:30:59.568839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/rkCUeeAxm.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:31:12.837681+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:31:12.864892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:32:24.605256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:32:24.627792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:16.099841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:16.128831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-27T02:35:26.386132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:26.391334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:30.535763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:30.541007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:33.444479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:33.462766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:39.719814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:39.724683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:42.114964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:42.119820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:46.076628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:46.081533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:51.368314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:51.394747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:55.052072+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:55.056942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:35:57.548819+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:35:57.553691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:36:10.347067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:36:10.377374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:36:32.230057+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:36:32.248394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envrc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envrc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envrc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:36:36.341722+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:36:36.346596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:36:45.296040+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:36:45.300931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:06.778755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:06.796443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:13.151300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:13.156400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:16.724800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:16.729743+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:19.086387+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:19.092501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:34.626800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:34.644483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:52.712528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:52.736601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:56.294936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:56.299805+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:37:59.624389+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:37:59.629339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:38:08.319043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:38:08.336073+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asdf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asdf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asdf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:38:42.271100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:38:42.289373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:38:57.905272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:38:57.923986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:40:31.948017+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:40:31.973120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FxyyRDcz/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FxyyRDcz/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FxyyRDcz\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:41:32.139349+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:41:32.157612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:41:37.784714+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:41:37.789903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:41:50.453774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:41:50.479921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:42:15.261108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:42:15.298389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:42:57.491987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:42:57.521894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:43:23.345586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:43:23.362999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/JovsPpJF/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/JovsPpJF/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/JovsPpJF\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:43:51.644550+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:43:51.662121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T02:44:29.978937+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T02:44:29.997125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:40:08.735876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:40:08.735942+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:40:08.836226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:40:08.836252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:40:29.988858+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:40:30.086836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:40:32.615798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:40:32.620948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:41:44.637568+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:41:44.655425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-27T09:41:56.521931+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-27T09:41:56.527152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-28T01:37:38.868823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-28T01:37:38.994723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-28T01:44:20.986956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-28T01:44:21.056831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-28T03:55:32.898567+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-28T03:55:32.983801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-28T03:55:33.171402+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-28T03:55:33.176601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-29T08:51:46.280710+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-29T08:51:47.436011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-29T15:25:05.657045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-01-29T15:25:05.754903+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-29T20:33:16.621889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-01-30T12:00:01.820283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-01-31T04:23:23.926332+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-01T04:26:40.167201+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-01T04:26:40.167204+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-01T04:26:40.546794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vsts/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vsts/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vsts/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-01T04:26:40.547071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-01T04:26:41.386259+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-01T04:26:41.391439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tfs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tfs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tfs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-01T04:26:41.482937+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-01T04:26:41.488080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/env.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/env.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-02T16:49:51.611163+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-02T16:49:51.860956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-02T20:46:43.218389+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-02T20:46:43.758583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-02T22:02:02.301754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-02T22:02:02.828637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-03T17:01:42.565626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-03T17:01:43.187840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-04T03:54:21.926944+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-04T03:54:22.398892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-04T04:19:38.901758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-04T04:19:39.282563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-04T19:40:22.370848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-04T19:40:22.752419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-05T01:31:27.338522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-05T01:31:27.622947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-06T07:21:28.074343+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-06T07:21:28.430144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-06T13:20:29.668149+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-06T13:20:29.792300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-06T13:20:29.945127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-06T13:20:29.950335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-06T13:20:30.357821+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-06T13:20:30.363004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-06T13:20:30.992079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-06T13:20:30.997374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-07T02:47:22.710919+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-07T02:47:23.104676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-07T18:32:42.577262+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-07T18:32:42.844195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-08T16:51:22.378525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-08T16:51:25.927008+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:51:25.932695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:51:37.641696+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:51:37.745423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:51:42.721717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:51:42.726979+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:51:55.570886+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:51:56.023901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:51:58.236360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:51:58.241503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:02.659482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:02.664325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:05.682075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:05.686904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:12.753614+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:13.061148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:16.275196+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:16.280175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:18.320994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:18.325813+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T16:52:23.802035+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T16:52:23.806862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-08T21:27:17.691472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-08T21:27:17.792968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-09T13:16:48.373300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-09T13:16:48.544413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-09T13:47:27.828363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-09T13:47:27.936945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-09T17:19:30.845133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-09T17:19:30.942245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-11T18:18:32.622908+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-11T18:18:32.792192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-11T18:18:33.811882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-11T18:18:33.817151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-12T11:43:54.637596+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-12T11:43:54.723484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-14T06:27:50.444161+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-14T06:27:50.505226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-14T13:06:44.946723+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-14T13:06:45.039487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-15T06:15:13.954623+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T06:15:14.041643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-15T11:56:32.706531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T11:56:32.706526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T11:56:32.722044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T11:56:32.722050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T11:56:32.794453+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T11:56:32.825434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T13:13:47.581665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T13:13:47.611048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-15T23:38:45.656818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:45.673055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:45.952973+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:45.958108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:46.265590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:46.270777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:46.617816+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:46.622646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:47.264688+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:47.269851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:47.478745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:47.483950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-15T23:38:47.654378+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-15T23:38:47.659409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:04:48.697066+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:04:48.745498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:04:59.459259+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:04:59.612382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:05:03.153077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:05:03.158265+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:05:13.569580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:05:13.779794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:05:21.374227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:05:21.599362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:05:25.960917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:05:25.966125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-16T23:05:33.476162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-16T23:05:33.490349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:11:49.684934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:49.777021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:50.369914+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:50.375066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:50.879560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:50.884791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:51.194317+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:51.199121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:52.137339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:52.142226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:52.434639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:52.439444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T14:11:52.939503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:11:52.944680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:15.260030+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:15.626238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:21.695380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:22.121229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:32.395284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:32.666473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:38.933746+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:39.250530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:44.042131+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:44.079488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:46.413613+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:46.418826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T14:42:48.921883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T14:42:48.970266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:32:58.013947+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:32:58.104764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:01.455071+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:01.460318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:01.465588+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:01.471335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:03.476417+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:03.482156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:03.782775+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:03.788099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:03.857621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:03.862908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:03.995383+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.000574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:04.070843+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.075994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:04.329146+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.334310+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:04.399590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.405283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:04.482854+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.488730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:04.615026+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.620946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:04.619023+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.634464+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:04.809359+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.814503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:04.928272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.931880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:04.933514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:04.937291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.114268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.119482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.172535+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.177702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.227348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.232168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.345415+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.350349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.404578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.409510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.474326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.479157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.613835+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.618691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.646517+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.651368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.707169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.712141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.826726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.831581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.886447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.891314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:05.980463+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:05.985527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:06.032345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.037288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.176511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.181348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.311136+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.315938+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.385864+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.390724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.553987+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.558796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.607540+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.612635+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.657483+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.662308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.758911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.763749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.892366+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.897470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:06.972054+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:06.979007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:07.021399+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:07.026720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:07.036135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:07.042599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:07.132472+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:07.137452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:07.284934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:07.289826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:07.524825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:07.529994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:08.272495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:08.277351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:08.502390+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:08.507557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:08.737142+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:08.742350+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:08.970263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:08.975086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:09.209893+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:09.215072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:09.387324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:09.392573+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRIJYEUGpQ%2BlIr9U5dOTLdCtkmWZis3rbnC5fw/neYW002307mX/cZvP3/7o1PwwOdh95x7vnf39zvnd29AgBer2xO6DclAXiMqZAqxIiNIN/IYSUS2BPhjmGATchUxI%2BADWiRhpWK7HKuHFVBFdmU5YvnI4grFGCaReF/EBH4KsZlGgj2JBTuCYBWRIYF8YoEOJ6wBt/gEs7mBbyOjQXruPLSdOgPCiEiPSUUHDoL8Ug5IUo9B/d5wrt%2BG7OAKNrODPuVdB6vRCIzN6SdBlpW9RIgk/1FeAXabzRlrUPVCS/JhbmwudztnGeeH9AyXBIwtmM3wLinZJZHifjHw2V%2BNBoRh%2B9ixQrbgbnaSIcl7cGea6hoXQbNe7za241oeO5Z0p42M4BV2EqP2D50wo%2B6HzvwC6C4sApNOR8cmOrtcnhtj2kYRyC9eBvXzKrBZrXSs72kFd1t3MoKVbMekQkEnSNKOO8fac3LpmK6l1TlGtsxmsdKFsecPYgwxst0cwROMYDXboSotg0WLBRqjY51jLYcENElXwW2XJKPydvoI2GN9T8rBtrAArYIUruBJXkFheCQYlCpQP6uk5dAQFQNaUROMSGVQFxLmkoQsxDJrhLbTZ%2BnvVsERME9MgPJRKV/58AsyomTSzE813WLFvWK%2B%2BqI0xSfQl8k8Pg46sYRuv5t6dS%2B4RqxDwaa4BGjYH%2BNTQvKScIp9%2BYL/hoZh3jDtLRHtt2C3g6bmhX%2BCpsFBWg7ilDSPgj0lD2ncr5ev/BP8VvyAJhqVyZeUhPOrEhEFxgEtjft846Z/guQTNT89Q5P9flMLoth4F7808wKtWWKzAwNQHxrh/1vaid2F%2BXpYTSbQf1XA2McOmOpROnvpvMEA4tSjq1cW0sws2gCYxswY6TKkvzYnJq1NHZLnRU4BX%2B4U0uburvusu8Kv8iHY7qefkM4IFngJHEOUXmLEPgiGsI8YnlZILit3vSSLRTQe/MPIZva5pshNIEmyFQlCvruJKXPkCEfmePzkphXHdzZNQdoRI9KPlBAxlj/I8U97ERPS5bjGbWDFbEdqHVe5caTBeZZx2H/IMvzeN15yoQAAAABJRU5ErkJggg%3D%3D"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRIJYEUGpQ%2BlIr9U5dOTLdCtkmWZis3rbnC5fw/neYW002307mX/cZvP3/7o1PwwOdh95x7vnf39zvnd29AgBer2xO6DclAXiMqZAqxIiNIN/IYSUS2BPhjmGATchUxI%2BADWiRhpWK7HKuHFVBFdmU5YvnI4grFGCaReF/EBH4KsZlGgj2JBTuCYBWRIYF8YoEOJ6wBt/gEs7mBbyOjQXruPLSdOgPCiEiPSUUHDoL8Ug5IUo9B/d5wrt%2BG7OAKNrODPuVdB6vRCIzN6SdBlpW9RIgk/1FeAXabzRlrUPVCS/JhbmwudztnGeeH9AyXBIwtmM3wLinZJZHifjHw2V%2BNBoRh%2B9ixQrbgbnaSIcl7cGea6hoXQbNe7za241oeO5Z0p42M4BV2EqP2D50wo%2B6HzvwC6C4sApNOR8cmOrtcnhtj2kYRyC9eBvXzKrBZrXSs72kFd1t3MoKVbMekQkEnSNKOO8fac3LpmK6l1TlGtsxmsdKFsecPYgwxst0cwROMYDXboSotg0WLBRqjY51jLYcENElXwW2XJKPydvoI2GN9T8rBtrAArYIUruBJXkFheCQYlCpQP6uk5dAQFQNaUROMSGVQFxLmkoQsxDJrhLbTZ%2BnvVsERME9MgPJRKV/58AsyomTSzE813WLFvWK%2B%2BqI0xSfQl8k8Pg46sYRuv5t6dS%2B4RqxDwaa4BGjYH%2BNTQvKScIp9%2BYL/hoZh3jDtLRHtt2C3g6bmhX%2BCpsFBWg7ilDSPgj0lD2ncr5ev/BP8VvyAJhqVyZeUhPOrEhEFxgEtjft846Z/guQTNT89Q5P9flMLoth4F7808wKtWWKzAwNQHxrh/1vaid2F%2BXpYTSbQf1XA2McOmOpROnvpvMEA4tSjq1cW0sws2gCYxswY6TKkvzYnJq1NHZLnRU4BX%2B4U0uburvusu8Kv8iHY7qefkM4IFngJHEOUXmLEPgiGsI8YnlZILit3vSSLRTQe/MPIZva5pshNIEmyFQlCvruJKXPkCEfmePzkphXHdzZNQdoRI9KPlBAxlj/I8U97ERPS5bjGbWDFbEdqHVe5caTBeZZx2H/IMvzeN15yoQAAAABJRU5ErkJggg%3D%3D\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRIJYEUGpQ%2BlIr9U5dOTLdCtkmWZis3rbnC5fw/neYW002307mX/cZvP3/7o1PwwOdh95x7vnf39zvnd29AgBer2xO6DclAXiMqZAqxIiNIN/IYSUS2BPhjmGATchUxI%2BADWiRhpWK7HKuHFVBFdmU5YvnI4grFGCaReF/EBH4KsZlGgj2JBTuCYBWRIYF8YoEOJ6wBt/gEs7mBbyOjQXruPLSdOgPCiEiPSUUHDoL8Ug5IUo9B/d5wrt%2BG7OAKNrODPuVdB6vRCIzN6SdBlpW9RIgk/1FeAXabzRlrUPVCS/JhbmwudztnGeeH9AyXBIwtmM3wLinZJZHifjHw2V%2BNBoRh%2B9ixQrbgbnaSIcl7cGea6hoXQbNe7za241oeO5Z0p42M4BV2EqP2D50wo%2B6HzvwC6C4sApNOR8cmOrtcnhtj2kYRyC9eBvXzKrBZrXSs72kFd1t3MoKVbMekQkEnSNKOO8fac3LpmK6l1TlGtsxmsdKFsecPYgwxst0cwROMYDXboSotg0WLBRqjY51jLYcENElXwW2XJKPydvoI2GN9T8rBtrAArYIUruBJXkFheCQYlCpQP6uk5dAQFQNaUROMSGVQFxLmkoQsxDJrhLbTZ%2BnvVsERME9MgPJRKV/58AsyomTSzE813WLFvWK%2B%2BqI0xSfQl8k8Pg46sYRuv5t6dS%2B4RqxDwaa4BGjYH%2BNTQvKScIp9%2BYL/hoZh3jDtLRHtt2C3g6bmhX%2BCpsFBWg7ilDSPgj0lD2ncr5ev/BP8VvyAJhqVyZeUhPOrEhEFxgEtjft846Z/guQTNT89Q5P9flMLoth4F7808wKtWWKzAwNQHxrh/1vaid2F%2BXpYTSbQf1XA2McOmOpROnvpvMEA4tSjq1cW0sws2gCYxswY6TKkvzYnJq1NHZLnRU4BX%2B4U0uburvusu8Kv8iHY7qefkM4IFngJHEOUXmLEPgiGsI8YnlZILit3vSSLRTQe/MPIZva5pshNIEmyFQlCvruJKXPkCEfmePzkphXHdzZNQdoRI9KPlBAxlj/I8U97ERPS5bjGbWDFbEdqHVe5caTBeZZx2H/IMvzeN15yoQAAAABJRU5ErkJggg%3D%3D/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:09.453273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:09.458128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:10.427825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:10.432725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:11.093840+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:11.093837+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:11.093952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:11.098833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/community/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:11.098827+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:11.099120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/page_creation.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:11.099981+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:11.109011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/debug-mode/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.433114+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433196+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433259+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433223+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433275+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433287+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.433119+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.476775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-2"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-2\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-2/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476912+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.476993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.477030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.477041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.477041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.533347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.536885+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.594321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.594528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.594167+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.594596+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:18.599563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:18.599978+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:33:37.859037+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:37.891598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:40.115345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:40.120278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:33:59.066082+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:33:59.132920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-17T17:34:49.773838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:34:50.175645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:35:06.008763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:35:06.008780+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:35:06.452176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:35:06.452212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:35:35.272756+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:35:35.326556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:36:18.690983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:36:18.690948+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:36:18.756387+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:36:18.756970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:37:19.756526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:37:19.772471+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:37:32.129133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:37:32.129241+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:37:32.400187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:37:32.400323+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:37:40.438317+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:37:40.468095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:38:02.314676+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:38:02.378454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:38:44.935228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:38:44.935261+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:38:45.036148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:38:45.046031+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:39:31.338605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:39:31.409976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:39:59.623346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:39:59.623446+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:39:59.787222+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:39:59.787258+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:40:12.393957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:40:12.442581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:41:14.025661+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:41:14.025633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:41:14.111627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:41:14.111652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:41:37.970521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:41:38.021740+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:42:15.793051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:42:15.829281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:42:36.892372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:42:36.896285+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:42:37.066333+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:42:37.066367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:43:43.064689+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:43:43.092693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:43:59.687874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:43:59.699834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:43:59.774313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:43:59.774433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:44:24.288802+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:44:24.404148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:45:23.222607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:45:23.222694+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:45:23.281230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:45:23.281337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:45:51.619102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:45:51.657718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:46:32.316394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:46:32.340537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:46:43.954825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:46:43.954847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:46:43.998733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:46:44.011420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:47:57.152721+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:47:57.199206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:48:43.106369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:48:43.192616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:50:21.389026+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:50:21.404266+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:51:05.835098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:51:05.899715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:52:45.244234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:52:45.296001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:53:33.458079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:53:33.480253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:55:11.342013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:55:11.361947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:55:57.495528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:55:57.577232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:57:36.720665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:57:36.844040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T17:58:14.124775+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T17:58:14.180594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T18:25:09.936491+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T18:25:10.058654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T19:05:19.665615+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T19:05:19.820001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-17T19:27:49.038312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-17T19:27:49.100855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T01:05:08.328375+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328560+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328629+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328629+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328615+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328615+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.328644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.479715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.482164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/administrators.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/service.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487445+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.487479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.809954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.809954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.814843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.810715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.814155+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.814844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cloud-config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cloud-config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud-config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.814537+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.817495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.893722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.897694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.897104+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.897859+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.897879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T01:05:08.897977+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893720+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.896926+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893817+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.894616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.894616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.893581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:08.916429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916687+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:08.916792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:09.004878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:09.009728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user_secrets.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user_secrets.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:09.013312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:09.015127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T01:05:09.018502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T01:05:09.020143+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T03:10:18.745134+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T03:10:19.026109+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T04:21:56.953286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T04:21:57.042004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T04:21:58.215003+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T04:21:58.220105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T05:51:25.797297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T05:51:26.546340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T05:51:41.718731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T05:51:41.752774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T07:42:41.024992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T07:42:41.103972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T10:08:07.220419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T10:08:07.326966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T10:08:07.578199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T10:08:07.583326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T19:12:05.534825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T19:12:05.613851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T19:12:06.406061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T19:12:06.411290+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T21:35:27.711435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T21:35:27.835785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T21:37:46.148425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T21:37:46.167236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-18T21:42:09.492766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T21:42:09.562459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T21:44:15.011221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T21:44:15.025594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-18T23:04:49.879628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-18T23:04:49.996757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T00:12:35.380825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:35.470056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T00:12:35.545449+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:35.550650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:35.865613+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:35.870771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:35.992206+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:35.997066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:36.105825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:36.110686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:36.224263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:36.229072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:36.339715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:36.344569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:36.634326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:36.639296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:36.868484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:36.873345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.022868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.027765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.145152+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.150025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.267418+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.272361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.381874+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.386740+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.483943+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.488764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.609672+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.614513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.730084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.734977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.environment"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.environment\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.environment/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.845086+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.849900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:37.974887+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:37.979682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.125631+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.131017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.252533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.257568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.384702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.389623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.482740+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.487568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.586902+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.591739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.696911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.701757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.venv"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.venv\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.venv/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.818742+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.823598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:38.939781+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:38.944567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.056251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.061069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.169855+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.174699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.test.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.test.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.459706+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.464586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.699776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.704609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.805161+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.810036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:39.920736+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:39.925568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.026238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.031053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.120520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.125414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.221082+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.225905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.339152+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.343957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.453479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.458324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.595622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.600410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws-secret.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws-secret.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws-secret.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.750816+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.755654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.863955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.868821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xampp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xampp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xampp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:40.971803+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:40.976754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.099312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.104142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.219437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.224352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.394628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.399446+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.504202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.509118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.641354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.648334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.753912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.758735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:41.868327+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:41.873278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.238016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.242836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.511351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.516846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.624831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.629665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.745869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.751444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.867592+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.872422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/cache/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:42.976044+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:42.980863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/logs/laravel.log"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/logs/laravel.log\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/logs/laravel.log/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.091322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.096139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/composer.lock"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/composer.lock\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.lock/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.200512+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.205345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.305569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.310512+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dump.sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dump.sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.406937+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.411778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php5.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php5.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php5.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.522946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.527766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.644121+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.648943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.778967+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.783823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server-info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server-info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server-info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:43.897204+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:43.902035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker.sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker.sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker.sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:44.010067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:44.014885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:12:44.122904+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:12:44.127710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.ini.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.ini.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.ini.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T00:40:42.396701+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T00:40:42.524801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T01:36:11.821421+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T03:49:41.543818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T03:49:41.634234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T04:57:17.639821+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T04:57:17.725211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T12:58:33.034380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T12:58:33.153634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-19T19:55:35.793940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T19:55:35.904937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-19T19:55:36.962804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-19T19:55:36.967956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-20T01:12:53.924528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T01:12:53.944368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-20T02:35:36.459135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T02:35:36.656970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-20T05:28:48.948310+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T05:28:49.014432+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T05:28:49.320312+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T05:28:49.325496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-20T05:28:50.192326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T05:28:50.197507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T05:28:52.469416+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T05:28:52.474754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-20T08:03:35.412345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T08:03:35.436259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T12:25:07.512285+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T12:25:07.535450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T18:30:14.892257+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T18:30:14.933800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T20:10:45.614363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T20:10:45.645189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-20T20:10:45.768433+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-20T20:10:45.773751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-21T04:35:44.644996+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-21T04:35:44.756154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-21T06:12:01.630620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-21T06:12:01.646297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-22T07:39:32.639414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-22T07:39:32.753050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-22T16:37:28.336247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-22T16:37:28.436836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:02.085100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:02.428443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-23T00:28:02.872286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:02.877495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:05.115045+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:05.120360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:06.053929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:06.058752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:06.812894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:06.817856+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sendgrid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sendgrid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sendgrid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:07.462838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:07.467707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:08.199458+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:08.204367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:09.064344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:09.070038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:09.579199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:09.584017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/private/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/private/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/private/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:10.240300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:10.247322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:10.804407+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:10.809283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:11.469666+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:11.474522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:12.452230+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:12.457093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/wp-mail-smtp/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/wp-mail-smtp/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/wp-mail-smtp/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:12.961424+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:12.966293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:13.632039+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:13.636856+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.module"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.module\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/sendgrid_mail.module/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:15.173968+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:15.178820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:15.846279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:15.851468+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:16.769449+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:16.774604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:17.531475+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:17.690773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:18.212024+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:18.216977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:19.249141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:19.253999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/backup/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/backup/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/backup/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:19.994236+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:19.999067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:20.660159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:20.665021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:21.401895+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:21.406823+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:22.081386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:22.086386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:22.688674+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:22.694013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.sendgrid/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.sendgrid/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.sendgrid/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:23.245990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:23.250962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.sendgrid/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.sendgrid/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.sendgrid/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:23.925272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:23.930076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:25.064466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:25.069302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid_config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid_config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid_config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:25.745240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:25.750067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:26.392397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:26.397197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:26.924278+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:26.929158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:27.568713+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:27.573547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:28.252751+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:28.257620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:28.791353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:28.796204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:29.448465+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:29.453298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:30.134410+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:30.139522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:34.210513+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:34.257061+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:34.968252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:34.973105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:35.681257+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:35.686087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings/sendgrid_config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings/sendgrid_config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings/sendgrid_config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:36.340857+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:36.345689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:36.987531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:36.992375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid_keys.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:37.615228+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:37.620029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/instance/sendgrid_keys.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/instance/sendgrid_keys.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/instance/sendgrid_keys.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:38.558481+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:38.564676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:39.100144+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:39.105148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:39.837764+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:39.842590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/keys/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/keys/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/keys/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:40.421402+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:40.426243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api_keys/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api_keys/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api_keys/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:40.954611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:40.959549+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/packages/sendgrid.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:41.621766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:41.626587+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/secrets/prod/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/secrets/prod/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/secrets/prod/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:42.264655+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:42.269511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/secrets/dev/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/secrets/dev/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/secrets/dev/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:43.538487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:43.543351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:44.173528+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:44.178354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:44.799182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:44.804052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:45.368992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:45.373920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:46.023877+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:46.028770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T00:28:46.552521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T00:28:46.557341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T06:31:39.251160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T06:31:39.344656+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T06:31:39.738243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T06:31:39.743404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T14:52:51.606520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T14:52:51.630181+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-23T17:58:51.539803+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T17:58:51.568519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-23T17:59:46.753382+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T17:59:46.768748+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-23T18:08:58.276600+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T18:08:58.291955+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-23T18:09:06.295205+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-23T18:09:06.300374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-24T03:32:05.222558+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-24T03:32:05.376656+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-24T15:26:57.380634+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-24T15:26:57.509532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-25T01:48:50.189577+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T01:48:50.319336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-25T01:48:52.583126+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T01:48:52.588264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-25T10:03:49.868722+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T10:03:50.006367+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T10:03:50.517745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T10:03:50.522917+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-25T12:27:52.929169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T12:27:53.066116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-25T19:56:53.103250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-25T19:56:53.226933+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T05:35:29.719340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-26T06:09:44.569304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-26T06:09:44.687803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-26T20:31:40.177491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T04:31:22.415320+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T04:31:22.522675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:04.548856+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:04.670161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:08.517245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:08.620604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:12.230085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:12.323001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:15.455281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:15.526649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:19.225377+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:19.285785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T06:20:24.527795+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T06:20:24.601565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-27T10:24:14.305123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:14.392042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:18.256118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:18.261263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:19.676736+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:19.681950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:21.015303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:21.020145+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:22.610969+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:22.615808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:24.069678+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:24.074560+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfoposmeta.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfoposmeta.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfoposmeta.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:25.369286+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:25.374198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:26.875989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:26.880814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ppinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ppinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ppinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:28.310535+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:28.316188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:29.794511+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:29.809192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/web/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:31.450064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:31.454988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:33.042871+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:33.047754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:34.342438+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:34.347254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:35.650747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:35.655733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:37.112439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:37.119118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:38.379233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:38.384120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admincontrol/sys_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:40.844061+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:40.849063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/sys_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/sys_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sys_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:42.326303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:42.331361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:43.958677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:43.963541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:45.807456+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:45.836147+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:47.219176+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:47.224370+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:48.690891+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:48.696196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:50.092618+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:50.097477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:51.490233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:51.496486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:52.860447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:52.865386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:54.565412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:54.570377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:55.964776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:55.969682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:57.278581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:57.283388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:24:58.818988+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:24:58.823941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:00.215016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:00.220017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:01.794557+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:01.808863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:03.201725+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:03.206655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:04.943022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:04.947878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:06.323714+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:06.328554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:07.791801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:07.796689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:09.280585+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:09.285496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:10.692487+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:10.697458+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:12.229924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:12.235317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:13.572315+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:13.577160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/cache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/cache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/cache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:14.902687+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:14.907678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:16.395318+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:16.400514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:17.901102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:17.960226+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:19.448059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:19.453689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dep.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dep.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dep.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:20.838447+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:20.843395+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:22.101060+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:22.105956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:23.607517+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:23.613148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:24.927699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:24.932987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/devs.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/devs.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/devs.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:26.396232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:26.401399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend_dev.php/$"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend_dev.php/$\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:27.811743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:27.816609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/in.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/in.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/in.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:34.133068+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:34.182307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/inf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/inf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/inf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:37.850243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:37.855089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:39.131231+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:39.136755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:40.408594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:40.413678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:41.763648+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:41.768480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:43.107425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:43.112422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infophp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infophp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infophp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:44.604691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:44.609783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:45.857475+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:45.862466+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ini.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ini.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ini.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:47.099984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:47.105014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/isadmin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/isadmin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/isadmin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:48.413816+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:48.418738+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:49.986839+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:50.011880+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lindex.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lindex.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lindex.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:51.676827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:51.681681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:52.934552+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:52.939496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:54.464988+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:54.469899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:55.927813+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:55.932632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ocp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ocp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ocp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:57.384933+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:57.389793+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/of.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/of.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/of.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:25:59.001152+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:25:59.006015+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:00.497223+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:00.502051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:02.133359+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:02.138194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:03.485791+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:03.490625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:05.325543+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:05.360996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:06.792452+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:06.797318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php52/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php52/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php52/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:08.790858+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:08.795725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpcustom_info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:10.249493+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:10.254354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:11.843161+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:11.847996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:13.517238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:13.522067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:15.147326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:15.152272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:16.841989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:16.846796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:18.400360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:18.405747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:20.404502+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:20.445269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfodev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfodev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfodev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:22.130149+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:22.135784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:23.757818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:23.765092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:25.354522+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:25.359750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:26.930400+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:26.935346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:28.751288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:28.758150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:30.441497+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:30.446773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/phpsysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/phpsysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/phpsysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:32.148776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:32.153633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phptest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phptest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phptest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:33.795557+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:33.800435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpversion.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpversion.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpversion.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:35.821911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:35.840898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:37.683409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:37.688496+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:39.444105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:39.449208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:41.096097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:41.101149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:43.937963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:43.942826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:45.562911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:45.567908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:47.340174+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:47.345029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:49.152915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:49.157745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:51.285990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:51.333736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:53.423183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:53.428049+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:55.243941+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:55.248941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:57.018027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:57.022936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:26:59.022659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:26:59.027577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:01.063360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:01.068220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:03.146384+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:03.151482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:05.020004+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:05.024884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:07.549208+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:07.621037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test0.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test0.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test0.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:09.470027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:09.475053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:11.448277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:11.453164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test123.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test123.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test123.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:13.474410+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:13.479230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:15.631244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:15.636086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:17.538009+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:17.542852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:19.839098+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:19.844067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:21.912961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:21.917940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test6.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test6.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test6.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:24.327034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:24.349778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test7.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test7.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test7.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:27.331076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:27.336954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test8.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test8.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test8.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:29.506173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:29.511497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test9.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test9.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test9.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:31.914675+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:31.919557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tester.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tester.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tester.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:34.026786+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:34.031971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testing.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testing.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testing.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:36.453661+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:36.458531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:38.618961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:38.623781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/token.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/token.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/token.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:41.027171+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:41.062413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tz.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tz.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tz.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:43.439955+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:43.445102+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/up.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/up.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/up.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:45.934179+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:45.938980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web.php]"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web.php]\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.php]/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:48.513029+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:48.517861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/karma.conf.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/karma.conf.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/karma.conf.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:50.767219+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:50.773207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/swagger.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/swagger.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/swagger.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:27:57.813766+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:27:57.852096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gatsby-config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gatsby-config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gatsby-config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:04.547721+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:04.552631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:07.010526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:07.015329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/default.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/default.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/default.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:09.619902+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:09.624729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:12.524116+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:12.529365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/merchant.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:15.068853+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:15.085056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/partner.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/partner.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/partner.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:17.750187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:17.755066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:20.577189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:20.582210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/objects/codes.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/objects/codes.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/objects/codes.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:22.943869+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:22.948829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apis/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apis/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apis/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:25.534268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:25.539178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apis/controllers/users.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apis/controllers/users.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apis/controllers/users.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:28.491200+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:28.496249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:31.303604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:31.322934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/development.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/development.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/development.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:34.233338+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:34.238187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cloud/Scraper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cloud/Scraper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud/Scraper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:37.765293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:37.770280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/application.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/application.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/application.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:40.259940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:40.264855+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/storage.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/storage.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/storage.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:42.426243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:42.431114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes-4aug.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes-4aug.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes-4aug.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:45.063515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:45.068457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:48.047320+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:48.082994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/s3_config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/s3_config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/s3_config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:51.331253+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:51.336227+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/admin/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/admin/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/admin/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:55.099886+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:55.104748+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/api/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/api/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/api/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:28:58.487162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:28:58.492230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controllers/settings.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controllers/settings.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controllers/settings.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:01.313677+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:01.318926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getcpuutil.php-bakworking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getcpuutil.php-bakworking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getcpuutil.php-bakworking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:04.868969+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:04.893669+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:08.376168+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:08.381006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helper/EmailHelper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helper/EmailHelper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helper/EmailHelper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:11.819863+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:11.825078+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:16.138226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:16.143190+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:20.356486+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:20.371774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/chakaash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/chakaash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/chakaash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:23.264503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:23.269368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/newsletter.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/newsletter.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/newsletter.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:26.964996+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:26.969885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/palash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/palash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/palash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:31.725491+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:31.731048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mytest/astech_robot.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mytest/astech_robot.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mytest/astech_robot.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:34.782237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:34.787417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/partner/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/partner/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/partner/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:38.441848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:38.455905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:42.263194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:42.270564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:45.854392+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:45.859250+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:49.703946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:49.708784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.circleci/configs/development.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:54.021981+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:54.063947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:29:57.647735+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:29:57.652644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:00.788911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:00.793752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:04.545711+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:04.550526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:08.418794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:08.423849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/controllers/index.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/controllers/index.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/controllers/index.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:11.430013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:11.443835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.AWS_/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.AWS_/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.AWS_/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:14.667920+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:14.672756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/local.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/local.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/local.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:17.530240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:17.535951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/application.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/application.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/application.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:20.592292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:20.597134+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/settings.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/settings.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/settings.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:24.193070+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:24.197908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:28.442325+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:28.498303+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:32.048309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:32.053356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/appsettings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/appsettings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:42.403307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:42.408347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:46.656190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:46.695752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.travis.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.travis.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.travis.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:49.176075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:49.180945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:52.630861+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:52.635711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws-secret.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws-secret.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws-secret.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:30:58.813330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:30:58.818172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:02.279010+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:02.293316+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:06.881640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:06.886703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sms.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sms.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sms.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:10.046452+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:10.051320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:13.470665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:13.475674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:19.683886+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:19.700282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:22.906090+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:22.911272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:26.153088+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:26.158245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helpers/utility.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helpers/utility.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helpers/utility.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:29.786866+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:29.791874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/s3.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/s3.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/s3.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:31:35.442947+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:31:35.486402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s3.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s3.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:02.584358+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:02.606731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:09.259460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:09.264645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/config]"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/config]\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config]/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:32.377354+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:32.391891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:38.322122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:38.326963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:44.300137+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:44.305126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:47.002036+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:47.007004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:32:51.251643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:32:51.304140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:12.122069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:12.137806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:16.189345+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:16.194416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:18.776518+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:18.781383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:26.028132+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:26.033228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:33.080590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:33.127221+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:36.794904+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:36.799867+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:39.297195+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:39.302371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:42.038022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:42.042969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:44.681151+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:44.685964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:47.549299+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:47.554102+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:33:58.298239+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:33:58.344608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:00.445708+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:00.450706+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.private"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.private\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.private/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:02.671958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:02.676802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:05.953728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:05.958735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.override"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.override\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.override/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:07.686361+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:07.691286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:09.668501+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:09.673527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:11.141457+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:11.146366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:12.575420+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:12.580306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:14.400558+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:14.415402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.settings"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.settings\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.settings/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:17.113012+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:17.117894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:19.407439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:19.412722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secure"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secure\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secure/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:21.068190+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:21.073142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:22.147997+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:22.152936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:23.937470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:23.942376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:26.033507+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:26.038440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T10:34:28.638952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T10:34:28.643807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-27T19:55:27.814397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-27T19:55:27.932435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T11:41:27.138654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T11:41:27.138697+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T11:41:27.292981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T11:41:27.311001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T15:56:37.224232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:37.366671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T15:56:37.449717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:37.455108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:37.855451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:37.860570+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:37.953201+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:37.958092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:38.283517+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.288380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T15:56:38.414150+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.419020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//lib/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//lib/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//lib/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:38.523482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.528486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//lib/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//lib/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:38.723553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.728401+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:38.799587+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.804527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//phpunit/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:38.932343+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:38.937336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//vendor/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//vendor/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//vendor/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T15:56:39.004083+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T15:56:39.009105+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it//vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it//vendor/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T16:53:34.958822+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T16:53:35.043967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:59:48.869571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:49.006311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T20:59:49.993555+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:49.998909+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:59:51.007556+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:51.012705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:59:51.534117+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:51.539133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T20:59:57.291571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:57.296455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T20:59:59.584179+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T20:59:59.589035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/lib/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/lib/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:00:00.545772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:00:00.550727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:00:03.115841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:00:03.121348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:00:03.877536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:00:03.883609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:00:05.522943+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:00:05.585488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/phpunit/Util/PHP/eval-stdin.php\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:00:06.533460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:00:06.538469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:25.378825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:25.378856+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:25.495920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:25.495927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:41.396292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:41.441331+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:47.092453+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:47.097734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environme"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environme\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environme/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:50.342879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:50.348191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/includes/.git/co"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/includes/.git/co\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/co/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:53.403261+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:53.408363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:56.973350+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:57.018470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:35:59.856910+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:35:59.861831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:02.945120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:02.950368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:14.854275+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:14.878964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/reposito"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/reposito\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/reposito/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:23.655611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:23.660513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:33.387329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:33.428354+01:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2025-02-28T21:36:33.738297+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T21:36:33.738347+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T21:36:33.738367+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T21:36:35.271059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T21:36:36.072824+01:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-02-28T21:36:36.169777+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2025-02-28T21:36:36.288140+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-02-28T21:36:36.310204+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-28T21:36:42.041253+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:42.047645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:45.891583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:45.896472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:49.924979+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:49.960621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:36:53.391603+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:36:53.396948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:08.572085+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:08.603523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:11.892067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:11.896918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anacond"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anacond\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anacond/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:18.941738+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:18.946608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgri"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgri\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgri/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:30.531608+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:30.609583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:33.541936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:33.546834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:52.038549+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:52.105284+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:37:54.891128+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:37:54.895968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:02.584294+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:02.589271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:13.825357+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:13.888122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fronte"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fronte\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fronte/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:17.341297+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:17.346252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:24.646990+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:24.652377+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/databa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/databa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/databa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:28.505838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:28.510674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:36.209798+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:36.262526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:43.393181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:43.398160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:47.264898+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:47.269860+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:51.357306+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:51.414947+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:38:58.541268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:38:58.546192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:02.562703+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:02.568205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:06.097329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:06.102291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:09.825606+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:09.857231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:20.845863+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:20.850875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:24.551463+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:24.556326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:39:28.441251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:39:28.472192+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:03.654030+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:03.699416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:06.045318+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:06.050534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:21.121817+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:21.179987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:27.991480+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:27.996302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:31.695181+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:31.700700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:47.106041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:47.175851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login/HZtmuZUDVcIWB/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:40:57.770135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:40:57.775448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/f"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/f\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/f/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:05.688746+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:05.748275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:08.858431+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:08.863567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/u"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/u\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/u/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:12.697180+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:12.702008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/w"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/w\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/w/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:23.633386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:23.653986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/n"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/n\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/n/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:27.142979+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:27.147824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:30.883633+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:30.888493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:53.781699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:53.795976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/A"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/A\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/A/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:41:56.242439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:41:56.247747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:03.784885+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:03.789824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:11.715457+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:11.776409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:18.444300+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:18.450257+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:26.203954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:26.209010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:29.925301+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:29.952981+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:33.142015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:33.146882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:40.386205+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:40.391110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ba"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ba\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ba/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:44.046223+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:44.051117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ag"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ag\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ag/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:48.201508+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:48.262336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/no"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/no\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/no/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:42:55.388856+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:42:55.395332+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:02.609186+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:02.614055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:06.700719+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:06.733228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bn"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bn\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bn/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:09.791994+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:09.796945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ap"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ap\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ap/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:13.641333+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:13.646228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:17.408106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:17.412977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:31.635569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:31.649774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:38.795924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:38.800796+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tes"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tes\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tes/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:45.992146+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:45.997027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/con"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/con\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/con/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:49.929499+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:49.955320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nam"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nam\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nam/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:43:57.391385+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:43:57.396232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:44:12.463809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:44:12.478267+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:44:15.852395+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:44:15.857631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:44:31.138246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:44:31.169365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:44:41.695460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:44:41.702619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/chall"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/chall\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/chall/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:00.569307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:00.595235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:03.892111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:03.897082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ubunt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ubunt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ubunt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:11.301361+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:11.307037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/debug-mode/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:22.752310+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:22.801628+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:26.043400+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:26.049759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:29.541665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:29.546477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:33.308790+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:33.315864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:45:48.562727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:45:48.598742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:02.441831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:02.446747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:09.920810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:09.935489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:13.430527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:13.435481+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:35.984419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:35.997974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T21:46:43.548521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:43.553444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:47.345396+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:47.350281+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:51.202669+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:51.226140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ini.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ini.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ini.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:46:54.955657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:46:54.960499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ocp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ocp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ocp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:02.053758+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:02.058933+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:05.664068+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:05.669469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:09.480717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:09.519737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/inf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/inf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/inf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:13.233929+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:13.238834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dep.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dep.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dep.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:28.036076+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:28.057293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:31.192683+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:31.197636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:38.746393+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:38.751328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:46.288299+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:46.305603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:53.596611+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:53.601418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/devs.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/devs.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/devs.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:47:57.396261+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:47:57.401240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:04.808319+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:04.874452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/of.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/of.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/of.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:08.411710+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:08.417000+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:12.207034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:12.212036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/in.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/in.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/in.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:15.848349+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:15.853199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tz.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tz.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tz.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:19.851247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:19.861175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test123.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test123.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test123.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:23.246660+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:23.256004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/isadmin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/isadmin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/isadmin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:30.735046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:30.739832+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:34.543673+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:34.548556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:48:53.725515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:48:53.753233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:03.992756+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:03.997652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:14.882484+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:14.895897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:26.172779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:26.179299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:30.180616+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:30.200246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:33.493909+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:33.498822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:37.135868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:37.140770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:49:40.906525+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:40.909882+01:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2025-02-28T21:49:40.956398+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-02-28T21:49:41.090189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T21:49:41.245725+01:00] deprecation.INFO: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /home/lngwebb/wallet-pass/public_html/releases/18/src/Controller/PassController.php:83)"} [] [2025-02-28T21:49:41.430636+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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-02-28T21:49:41.448733+01:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "main" if you want to modify the response. [] [] [2025-02-28T21:49:41.449300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-02-28T21:49:59.430419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:49:59.444507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pnaTLNXntRA.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:17.853243+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:17.867613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:21.498254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:21.503104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pass/0190cac9-07d0-731b-bef9-c1fca/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:32.312754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:32.317730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:36.446532+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:36.474688+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testphp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testphp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testphp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:43.704405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:43.709287+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phptest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phptest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phptest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:50:47.301388+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:50:47.306277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:51:06.282709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:51:06.323763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:51:09.503284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:51:09.508148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpconfig.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpconfig.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpconfig.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:08.296964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:08.362372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/SfPajbJw.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/SfPajbJw.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SfPajbJw.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:11.700425+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:11.705706+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:19.155217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:19.160388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:37.608509+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:37.694054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:41.154063+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:41.159112+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:52:59.883075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:52:59.897516+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/keys.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/keys.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/keys.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:03.099848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:03.104785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:13.997408+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:14.002217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:21.716440+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:21.783478+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:24.716810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:24.721702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:28.255499+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:28.260409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:46.730640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:46.772476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rust-backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rust-backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rust-backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:50.344176+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:50.349093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:53:53.948235+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:53.951630+01:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-","method":"GET"} [] [2025-02-28T21:53:53.958471+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T21:53:53.958500+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T21:53:53.958517+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T21:53:53.988911+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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T21:53:53.990341+01:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-02-28T21:53:53.990778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T21:53:57.548449+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:53:57.553934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2020/wp-couldent.php.suspected/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:01.297757+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:01.302620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test6.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test6.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test6.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:05.352428+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:05.446400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:12.050935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:12.055889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:23.057563+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:23.079669+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:30.457054+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:30.462173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:42.611493+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:42.830149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:49.299097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:49.304099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test0.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test0.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test0.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:52.784294+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:52.789288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:54:56.203566+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:54:56.208411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:11.182113+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:11.238240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/angular.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/angular.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/angular.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:25.698046+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:25.702927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apikeys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apikeys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apikeys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:29.503067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:29.527529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:32.746264+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:32.751100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:36.390394+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:36.395251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:47.648202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:47.695434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:55:51.181985+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:55:51.186809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challeng"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challeng\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challeng/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:09.861309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:09.922644+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:31.436641+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:31.458249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:38.637079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:38.641976+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:42.111352+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:42.118371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:50.041951+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:50.079373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:56:57.192508+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:56:57.197358+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:00.995475+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:01.000378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WdrsTYnUc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WdrsTYnUc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WdrsTYnUc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:15.697303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:15.730238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:33.537950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:33.552090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:44.393779+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:44.399198+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:48.155351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:48.160374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:57:55.742931+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:57:55.770139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:02.848414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:02.853307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:06.485227+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:06.490310+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:14.473957+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:14.524709+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:17.645037+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:17.650703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.environment"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.environment\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.environment/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:19.426105+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:19.604451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T21:58:24.747808+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:24.752991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:32.499838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:32.542905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:39.595936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:39.601191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:58:50.991280+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:58:51.039360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:06.531876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:06.695724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T21:59:09.484686+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:09.548137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:16.346656+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:16.351513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:20.284620+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:20.289523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.defaults"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.defaults\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.defaults/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:28.047544+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:28.065634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:35.233760+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:35.238640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:38.696476+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:38.701350+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:50.101059+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:50.141204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:53.203206+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:53.208176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T21:59:56.949247+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T21:59:56.954269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:03.897225+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:03.902091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:07.879920+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:07.899089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/4648884e69297a3672b301a6c1ff4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:11.596940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:11.602276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:26.560072+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:26.584135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.i"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.i\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.i/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:29.991462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:29.996492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.i"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.i\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.i/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:37.602455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:37.607770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/autoload_classmap.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/autoload_classmap.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/autoload_classmap.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:40.504659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:40.850523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:00:41.087704+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:41.092798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serverless.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serverless.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serverless.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:48.834838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:48.849487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-node-mongo-re"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-node-mongo-re\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-re/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:00:51.996753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:00:52.001713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.ln"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.ln\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.ln/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:08.452804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:08.490845+01:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/pass/accomodation/663b9608134d450281e3d185","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"app_pass_get_by_accomodation","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185/","method":"GET"} [] [2025-02-28T22:01:08.532977+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-02-28T22:01:08.714173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T22:01:11.034400+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:11.041768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:17.546392+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:17.551248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:20.945514+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:20.950464+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:24.312317+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:24.340135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:27.345032+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:27.351356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:30.612937+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:30.617915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php5.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php5.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php5.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:41.197954+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:41.256948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:01:44.094171+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:01:44.111015+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:07.450401+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:07.464148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:10.645248+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:10.650133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:20.401292+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:20.406689+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:24.120801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:24.150275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:27.343925+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:27.348832+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:30.690536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:30.695437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:33.994952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:34.000485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth2.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth2.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth2.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:02:50.979751+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:02:51.003136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api-keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api-keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api-keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:00.799402+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:00.804624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:03.945122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:03.949942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:07.650699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:07.684087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:13.915232+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:13.920071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:27.607246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:27.633494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo_test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo_test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo_test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:33.856894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:33.861861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xdARAMqeKTX/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xdARAMqeKTX/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xdARAMqeKTX\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:40.594902+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:40.599819+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/MRlpmdYWELU/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/MRlpmdYWELU/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/MRlpmdYWELU\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:43.821788+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:43.854943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:46.996734+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:47.001663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//ZbZfIBMJvaoj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:03:53.659439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:03:53.664596+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:01.946194+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:02.014798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envrc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envrc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envrc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:04.680375+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:04.685220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:07.646534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:07.651704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:14.448436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:14.453304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:21.028662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:21.057024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Public/home/js/check.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Public/home/js/check.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:24.347468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:24.352605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:31.098100+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:31.103180+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:39.726178+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:39.779849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:42.242489+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:42.247517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:45.595860+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:45.600666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:48.905064+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:48.910054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/DFJVVjByFO.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/DFJVVjByFO.100\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DFJVVjByFO.100/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:04:52.204701+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:04:52.209614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:05.875770+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:05.915153+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfotest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfotest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfotest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:08.792826+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:08.797756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GKRpsAkYMxay\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:15.611177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:15.616077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secrets"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secrets\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secrets/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:18.850515+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:18.855437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_exemple"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_exemple\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_exemple/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:33.001991+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:33.048368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:35.342640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:35.347746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:38.890512+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:38.895382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:49.034158+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:49.056001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:05:51.942940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:05:51.948056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2017-------/09/wp-console.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:01.841867+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:01.846713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/sendgrid_mail.settings.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:05.499681+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:05.548016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:22.211340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:22.251553+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/fa791b5b0779fa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:25.200084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:25.205044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/5bb9f3699cf0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:28.552095+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:28.557006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfoposmeta.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfoposmeta.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfoposmeta.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:31.894800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:31.899916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.current"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.current\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.current/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:52.153775+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:52.196324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:54.944614+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:54.949808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngw"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngw\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngw/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:06:58.343526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:06:58.349249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:11.807712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:11.831058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UJXyIAQAicrav\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:28.123476+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:28.142782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:30.892593+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:30.897476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:41.003596+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:41.010511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:44.644252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:44.694867+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngwe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngwe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngwe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:47.743753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:47.749177+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:50.894625+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:50.899775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:07:54.235768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:07:54.240998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:01.163430+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:01.178489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:03.945251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:03.950153+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:10.692428+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:10.697439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user_secrets.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user_secrets.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:13.991277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:13.996191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:37.536251+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:37.554473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:40.650273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:40.655118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:08:46.934445+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:08:46.939273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:06.805215+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:06.828189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cloud-config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cloud-config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud-config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:10.144524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:10.149486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dot"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dot\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dot/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:13.642325+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:13.647165+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serverless.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serverless.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serverless.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:16.742569+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:16.745916+01:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731","method":"GET"} [] [2025-02-28T22:09:16.752456+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T22:09:16.752483+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T22:09:16.752500+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T22:09:16.756409+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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T22:09:16.757828+01:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-02-28T22:09:16.758280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T22:09:20.196984+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:20.202203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wall"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wall\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wall/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:27.029941+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:27.058302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/appl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/appl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:30.197419+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:30.203005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:40.242482+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:40.247891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:43.483249+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:43.511632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wall"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wall\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wall/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:50.146369+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:50.151197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:53.643329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:53.648601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:09:56.794547+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:09:56.799615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:00.197989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:00.212004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:16.907723+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:16.942719+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:23.121275+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:23.126892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:23.820468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:23.900661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:10:26.741711+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:26.746887+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:30.042924+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:30.047791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:43.489827+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:43.506332+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:10:46.442221+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:10:46.447157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:02.855013+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:02.878248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:06.131069+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:06.136052+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:09.294617+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:09.299525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:15.992016+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:15.997054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:25.999594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:26.017598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:32.706905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:32.712038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:35.745604+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:35.752532+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:39.196178+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:39.201414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.r"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.r\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.r/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:42.901245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:42.930331+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/geo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/geo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/geo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:45.792183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:45.797024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:55.737408+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:55.742520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:11:59.944171+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:11:59.958218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:09.097583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:09.102692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/COwNbfwGj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/COwNbfwGj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/COwNbfwGj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:12.447819+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:12.453095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/NhqjunDeL"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/NhqjunDeL\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/NhqjunDeL/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:15.946653+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:15.997919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/RbAopsroY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/RbAopsroY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/RbAopsroY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:22.493291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:22.498330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/NqQuciOYD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/NqQuciOYD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/NqQuciOYD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:35.688250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:35.705666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:38.843035+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:38.847989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:42.235468+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:42.240373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:12:45.546363+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:12:45.551308+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:13:30.325365+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:13:30.460737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:14:32.372455+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:14:32.625394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lng"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lng\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lng/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:14:45.249067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:14:45.254294+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:14:57.153890+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:14:57.201703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:15:13.274373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:15:13.332350+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:15:16.086676+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:15:16.091618+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/admin/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/admin/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/admin/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:15:45.753404+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:15:45.819150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:05.532097+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:05.554790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:08.442089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:08.446991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:11.937818+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:11.942747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:29.169039+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:29.183124+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.dock"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.dock\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.dock/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:35.194722+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:35.200579+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:16:38.328256+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:38.388376+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:16:55.880800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:16:55.957378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/xvJoWmwfX.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:01.904734+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:01.910022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:04.942264+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:04.947152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:08.342237+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:08.347074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:28.224553+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:28.269217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:37.356787+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:37.462357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:17:41.293614+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:41.298504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:17:45.107079+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:17:45.185462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/travelscape/json.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:28.020303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:28.051566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:31.294075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:31.299276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:34.442293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:34.447510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:45.085303+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:45.163571+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:51.046110+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:51.051234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws-secret.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws-secret.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws-secret.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:18:57.642682+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:18:57.647588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:01.064690+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:01.115789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/api/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/api/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/api/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:17.285272+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:17.327938+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:20.142164+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:20.147039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/content../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/content../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/content../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:29.992581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:29.997725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:33.481995+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:33.517340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:36.593129+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:36.597962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.travis.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.travis.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.travis.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:46.392427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:46.397296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:53.691693+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:53.728949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:19:56.795831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:19:56.800831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:00.150429+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:00.155465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:03.503023+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:03.507893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:10.453531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:10.527141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s3.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s3.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:19.943965+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:19.948835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2019/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:26.839868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:26.865050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2020/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2020/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:39.743280+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:39.748420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:20:46.746810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:20:46.782931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:03.989764+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:04.005357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:07.057670+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:07.062946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/guUOSASounP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/guUOSASounP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/guUOSASounP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:13.888380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:13.893914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/QiiLxZfRxN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/QiiLxZfRxN\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/QiiLxZfRxN/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:16.992360+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:16.997371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/zINAuxiEXWWAR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:24.207240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:24.242906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:27.214664+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:27.219768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/URRCBoUhwK"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/URRCBoUhwK\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/URRCBoUhwK/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:33.783212+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:33.788168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/VQZKDVgTxy"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/VQZKDVgTxy\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/VQZKDVgTxy/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:37.092966+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:37.097877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ixOwvHirsMUj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ixOwvHirsMUj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ixOwvHirsMUj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:43.980372+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:44.006959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:21:56.842353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:21:56.847204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/IEcMIFslaAaN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/IEcMIFslaAaN\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/IEcMIFslaAaN/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:00.359116+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:00.374430+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jidzIPIZiU"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jidzIPIZiU\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jidzIPIZiU/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:10.267111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:10.271969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/BHczIVovgcA"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/BHczIVovgcA\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/BHczIVovgcA/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:16.871792+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:16.929996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/TPAnDAjZkP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/TPAnDAjZkP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/TPAnDAjZkP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:19.892768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:19.897607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wJXMPljluSbD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wJXMPljluSbD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wJXMPljluSbD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:29.947962+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:29.952887+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:22:46.592780+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:22:46.639066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/noVNC/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/noVNC/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/noVNC\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:23:06.259617+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:23:06.288064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:23:19.492284+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:23:19.497240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/XKXTzBlKXQ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/XKXTzBlKXQ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XKXTzBlKXQ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:23:36.176717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:23:36.190987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:23:53.009966+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:23:53.023435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/EcMtxYCOLgNjV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:03.183617+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:03.188515+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ii/PEOBqoZF"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ii/PEOBqoZF\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/PEOBqoZF/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:06.444254+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:06.449184+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/page_creation.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:26.298412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:26.312697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bk"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bk\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bk/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:32.843644+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:32.848545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:50.144448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:50.174300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/zEIuYwpjaP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:52.642538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:52.647682+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:24:59.399588+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:24:59.404766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:25.663817+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:25.699564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:38.293466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:38.298318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:41.854185+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:41.921487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:44.841717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:44.846594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/77f"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/77f\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/77f/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:51.768409+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:51.773252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:25:54.743503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:25:54.748347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ed25519"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ed25519\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:21.530169+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:21.557319+01:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"019"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/019","method":"GET"} [] [2025-02-28T22:26:21.585894+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T22:26:21.585931+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T22:26:21.585950+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T22:26:21.602028+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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T22:26:21.603754+01:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-02-28T22:26:21.604356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-02-28T22:26:24.746964+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:24.752594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:37.997657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:38.010786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/examples/09-pr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/examples/09-pr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/09-pr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:41.333421+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:41.339006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:47.892324+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:47.897337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:49.621473+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:49.626522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:26:54.658173+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:54.676601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:26:58.002188+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:26:58.007935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:27:08.186089+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:27:08.191010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:27:11.700881+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:27:11.721960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:27:21.293246+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:27:21.298747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/jyTqTICNXxL\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:27:28.194524+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:27:28.207734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/uzMhXwAAPPj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:28:34.494520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:28:34.510390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/pass"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/pass\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:28:37.843102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:28:37.848413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:28:41.394347+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:28:41.399775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:29:07.988234+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:29:08.002313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:29:20.905847+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:29:20.910943+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:29:57.720145+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:29:57.745167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:07.444713+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:07.450385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:17.545952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:17.591736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:24.300192+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:24.305053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:41.068273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:41.082378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:44.486370+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:44.491235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:47.735820+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:47.740935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:51.091657+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:51.096653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.aws"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.aws\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.aws/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:54.443591+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:54.448619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:30:57.871048+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:30:57.903884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:00.943203+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:00.948033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:04.386443+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:04.391404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:07.442177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:07.447006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:10.692715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:10.697609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.tes"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.tes\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.tes/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:17.419233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:17.436824+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/uzMhX"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/uzMhX\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/uzMhX/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:26.943122+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:26.947948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/rkC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/rkC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/rkC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:31:36.891776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:31:36.906536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:00.347466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:00.361328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:06.878917+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:06.883786+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/10-subscriptio"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/10-subscriptio\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptio/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:23.709648+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:23.723727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/Datavase/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/Datavase/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:26.747896+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:26.752861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WqdJLqKR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WqdJLqKR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WqdJLqKR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:29.993244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:29.998188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ADsEVBkd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ADsEVBkd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADsEVBkd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:33.245339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:33.250479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dAHKaRBq"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dAHKaRBq\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dAHKaRBq/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:36.649627+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:36.654538+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/JovsPpJF"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/JovsPpJF\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/JovsPpJF/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:40.019356+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:40.039099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/auumymRi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/auumymRi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auumymRi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:49.749281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:49.754565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/control-panel/kJAinbQXUN.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/control-panel/kJAinbQXUN.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/kJAinbQXUN.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:32:53.045744+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:32:53.050700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/feEYCDCHu.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/feEYCDCHu.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/feEYCDCHu.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:33:12.631737+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:33:12.706301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:33:18.742936+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:33:18.747741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:33:22.188745+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:33:22.193710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:33:41.610367+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:33:41.628459+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:07.716853+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:07.737671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:14.141673+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:14.191124+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/log": Method Not Allowed (Allow: POST)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/log\": Method Not Allowed (Allow: POST) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T22:34:17.545639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:17.550574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/logs/laravel.log"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/logs/laravel.log\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/logs/laravel.log/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:27.569749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:27.583213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shibboleth/.en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shibboleth/.en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:34.048658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:34.053993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:40.743712+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:40.748886+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Application/Common/Conf/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Application/Common/Conf/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:44.406864+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:44.420311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:34:57.873277+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:34:57.878536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid_keys.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:01.126539+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:01.140486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:17.692950+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:17.707362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:24.043290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:24.048328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/la"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/la\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/la/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:30.636678+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:30.641779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.circleci/configs/development.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:34.694478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:34.736890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:40.738697+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:40.743624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/hbCYzZch.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:35:57.126743+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:35:57.156379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/extensions/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/extensions/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/extensions/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:36:13.692912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:36:13.714150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:36:19.938883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:36:19.943817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:36:22.993080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:36:22.997992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:36:56.264429+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:36:56.309606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:37:02.640845+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:37:02.645952+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:37:49.258022+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:37:49.288808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:37:58.954148+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:37:58.959319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.samp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.samp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.samp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:38:02.348204+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:38:02.353343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:38:05.991375+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:38:06.010877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:38:08.892109+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:38:08.896950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:38:42.181728+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:38:42.198225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:38:49.046141+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:38:49.051388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prevlaravel/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:39:28.364888+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:39:28.392423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:39:45.059825+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:39:45.074379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/template/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/template/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/template/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:39:54.794699+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:39:54.799840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:40:14.754521+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:40:14.768937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:41:15.067640+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:41:15.082117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:41:30.552610+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:41:30.571672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:41:48.095427+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:41:48.109958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/oqxyCUpMWnPh.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:14.611216+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:14.639291+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/EpLvJibeuKl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:17.777973+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:17.783176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:42:20.847309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:20.852254+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:24.097328+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:24.102465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:27.500389+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:27.506829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:30.984855+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:31.017774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:40.446344+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:40.451217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:42:57.046639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:42:57.060518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:43:16.996956+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:43:17.010905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:43:30.208267+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:43:30.213410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:43:33.722245+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:43:33.736381+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:44:00.190607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:44:00.251851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:44:06.796505+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:44:06.801406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/prestashop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/prestashop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prestashop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:44:17.070741+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:44:17.084882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/objects/codes.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/objects/codes.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/objects/codes.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:44:26.797322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:44:26.802259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:44:37.697471+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:44:37.723154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:09.714495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:09.728509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:12.647211+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:12.652168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:22.747759+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:22.754475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:26.432624+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:26.456104+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:29.497233+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:29.503556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:32.697646+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:32.702664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/templates/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/templates/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/templates/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:42.763120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:42.776728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:55.761864+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:55.767533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:45:59.489976+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:45:59.503385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:02.446384+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:02.451397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:05.760093+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:05.766665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:22.356436+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:22.384335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:25.246343+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:25.251237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/uploads/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/uploads/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:48.746607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:48.760310+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/keys/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/keys/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/keys/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:52.194691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:52.199695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:46:59.085330+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:46:59.090313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2620:0:890::100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2620:0:890::100\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2620:0:890::100/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:47:02.298838+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:47:02.304540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/s"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/s\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/s/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:47:05.921781+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:47:05.967309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:47:23.988306+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:47:24.014783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:47:42.737856+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:47:42.756958+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:47:55.306041+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:47:55.311404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:48:12.181753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:48:12.196111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:48:15.437966+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:48:15.442961+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/web/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/web/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:48:18.555695+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:48:18.560830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:48:28.566577+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:48:28.580738+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:48:34.896630+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:48:34.901602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:49:15.279384+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:49:15.305041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:49:21.593281+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:49:21.598527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/packages/sendgrid.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:49:24.941533+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:49:24.946694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/partner.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/partner.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/partner.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:49:28.092133+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:49:28.097142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/merchant.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:50:18.540462+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:50:18.638324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/assets../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/assets../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:50:24.698755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:50:24.704132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/oJVATumjOWYTUM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/oJVATumjOWYTUM\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/oJVATumjOWYTUM/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:50:41.388683+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:50:41.403771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/aFnDgaDFP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/aFnDgaDFP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/aFnDgaDFP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:50:51.242290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:50:51.247151+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/palash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/palash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/palash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:27.807199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:27.924918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:31.300671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:31.306040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:34.397135+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:34.402565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:37.986946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:37.991801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:41.011896+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:41.017556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:54.741888+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:54.780391+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:51:57.848212+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:51:57.854631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:04.340230+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:04.345056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:07.748690+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:07.754712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:24.727586+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:24.756275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:27.547260+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:27.552181+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:30.933868+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:30.938720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:37.486551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:37.491378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:40.987621+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:41.002668+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admincontrol/sys_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:52:54.140607+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:52:54.145462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:00.902974+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:00.936669+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:10.782282+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:10.787139+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/swagge"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/swagge\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/swagge/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:13.786043+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:13.791121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:17.044269+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:17.058041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:29.946963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:29.951891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:33.506992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:33.522435+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/license.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:36.798412+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:36.803277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:39.902353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:39.907369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:43.396663+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:43.401518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/docke"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/docke\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/docke/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:53:46.749952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:53:46.755119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpcustom_info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:03.318307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:03.348188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/conf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/conf\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/conf/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:04.703896+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:04.901873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-02-28T22:54:06.448138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:06.453319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:26.315883+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:26.344526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitor/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitor/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitor/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:32.599127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:32.605055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:36.139051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:36.144066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:39.386263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:39.391189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:45.916126+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:45.929882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tfs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tfs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tfs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:54:52.719080+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:54:52.723962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:02.496882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:02.510598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:05.396536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:05.401476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:08.844007+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:08.848864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:15.494671+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:15.500216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:19.004815+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:19.020348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:25.752778+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:25.758268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes-4aug.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes-4aug.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes-4aug.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:29.034882+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:29.039702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider/rxJwiSJYkwSnzg/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:32.148781+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:32.153621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:35.461123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:35.475131+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:48.248271+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:48.253287+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:55:55.183123+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:55:55.196484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:56:01.491007+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:56:01.496001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:56:04.601250+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:56:04.606797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:56:18.166714+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:56:18.180564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:56:41.454934+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:56:41.529329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:56:54.594527+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:56:54.599397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:57:01.549203+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:57:01.569085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:16.204273+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:16.226134+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:19.396159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:19.401299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apis/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apis/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apis/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:32.834038+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:32.856684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mytest/astech_robot.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mytest/astech_robot.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mytest/astech_robot.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:35.996952+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:36.001784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:56.019520+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:56.033289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T22:59:59.096349+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T22:59:59.101279+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:00:12.817536+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:00:12.850141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:00:19.097384+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:00:19.102348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:00:22.402800+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:00:22.408973+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:00:29.448977+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:00:29.483879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:00:59.134668+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:00:59.176482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:09.325981+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:09.342036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:35.708658+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:35.733779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:45.149138+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:45.154403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:48.557804+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:48.563292+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:55.182271+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:55.209305+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js/libs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js/libs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:04:58.341878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:04:58.346828+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/VaeoLCWsPPLjY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:01.597721+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:05:01.602934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:08.247715+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:05:08.252799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save.1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save.1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save.1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:14.883343+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:05:14.903959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:31.691557+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:05:31.733950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:05:48.254177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:05:48.288708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/drupal/sites/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/drupal/sites/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/drupal/sites/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:04.695983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:04.716429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/database.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/database.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/database.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:15.183357+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:15.188162+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/static/.git/confi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/static/.git/confi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/confi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:18.410177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:18.416528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:22.365050+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:22.393657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:25.237183+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:25.242085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:06:35.107127+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:06:35.111942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:21.097915+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:21.137037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:24.198597+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:24.203936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cache/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cache/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cache/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:30.598238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:30.603354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/panel/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/panel/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/panel/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:33.996510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:34.001382+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:37.347204+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:37.365576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:40.600265+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:40.605341+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:07:57.140580+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:07:57.154652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:08:10.285709+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:08:10.290806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp1/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:08:20.174172+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:08:20.203243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:09:45.743707+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:09:45.758608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:09:48.847458+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:09:48.853013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:10:09.126040+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:09.153353+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:10:12.198029+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:12.203116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:10:18.748406+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:18.761219+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:10:22.198000+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:22.203921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:10:25.803626+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:25.827719+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:10:32.049609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:32.054594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:10:35.349912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:35.355609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:10:42.486159+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:10:42.508792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:11:11.987379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:11:12.001152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/gMCWsJgAzWr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:11:48.388979+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:11:48.406871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:11:51.549717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:11:51.555277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-02-28T23:11:58.198601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:11:58.204133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/PHPMailer/load.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:12:01.544967+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:12:01.550001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:12:04.736821+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:12:04.756899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:12:17.747654+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:12:17.753248+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:12:21.831147+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:12:21.846342+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:30.673177+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:30.698632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:43.595302+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:43.600545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:47.342913+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:47.389263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:50.148130+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:50.153264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:53.303848+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:53.309980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:13:56.497872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:13:56.503351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:00.129796+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:00.134618+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:03.822851+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:03.881675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:06.793400+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:06.798454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:10.004601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:10.011447+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:13.286442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:13.291318+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:14:56.956551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:14:56.981506+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:15:09.799601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:15:09.805349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/dLMMCFjnCawvJl.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:15:26.759754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:15:26.778830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sapi/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sapi/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:15:36.501776+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:15:36.506633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:16:06.960339+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:16:06.994879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:16:13.303975+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:16:13.308905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:16:23.519213+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:16:23.563403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:16:33.195187+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:16:33.200021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:16:36.547805+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:16:36.552643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:17:07.151459+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:17:07.206557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:23.449717+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:23.482582+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:26.544437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:26.549563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helper/EmailHelper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helper/EmailHelper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helper/EmailHelper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:49.853592+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:49.892211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:53.098495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:53.103345+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:56.297976+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:56.302887+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:18:59.636935+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:18:59.641755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_area/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:19:03.046465+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:19:03.051492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:19:09.400293+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:19:09.434461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:20:35.436755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:20:35.466157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/confi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/confi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/confi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:21:40.984238+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:21:40.998703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/newsletter.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/newsletter.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/newsletter.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:21:51.132721+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:21:51.138045+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/d"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/d\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/d/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:21:57.848050+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:21:57.862384+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:22:44.009534+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:22:44.024208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/pl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/pl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/pl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:22:56.992418+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:22:56.997612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/community/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:23:17.373429+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:23:17.387603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/UjFJRzjW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:23:33.940106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:23:33.954066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:23:37.486143+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:23:37.490996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:24:06.927998+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:24:06.941782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:24:20.092103+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:24:20.097016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/front"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/front\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/front/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:24:23.687186+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:24:23.700915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:24:30.141876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:24:30.146713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/chakaash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/chakaash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/chakaash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:06.699774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:06.730123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:09.945252+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:09.950430+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data:image/svg+xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data:image/svg+xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data:image/svg+xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:13.092096+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:13.097274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:16.633581+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:16.638451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:26.622329+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:26.637665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:33.091332+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:33.096166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:36.545314+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:36.550390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:39.797636+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:39.802536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:47.388836+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:47.402942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:25:56.542049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:25:56.547077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:26:09.621503+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:26:09.634861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:26:19.943162+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:26:19.948092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:26:32.917571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:26:32.931523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:26:53.094583+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:26:53.108690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:27:12.881075+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:27:12.894857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:27:22.641888+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:27:22.646769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/con"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/con\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/con/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:29:25.811428+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:29:25.836207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:30:45.148831+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:30:45.163794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:30:51.301188+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:30:51.307665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:30:54.697602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:30:54.702769+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profile"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profile\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profile/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:31:01.457034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:31:01.501195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:31:04.141958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:31:04.147020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/vOTtNGpC.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:31:07.488662+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:31:07.493542+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/GjSRRHSQrYJI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:31:43.595175+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:31:43.616209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:31:46.793755+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:31:46.799315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:32:17.284078+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:32:17.302012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:32:23.494295+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:32:23.499379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/sys_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/sys_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/sys_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:32:26.869072+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:32:26.873904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:32:30.259878+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:32:30.264890+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:33:00.332543+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:33:00.361236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:33:20.002961+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:33:20.064671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:33:46.357834+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:33:46.383675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:33:49.461951+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:33:49.468058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:33:59.041823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:33:59.046691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:02.909176+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:02.943329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:05.999226+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:06.004106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:15.906619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:15.911535+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:19.457584+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:19.479085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flock/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flock/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:36.459538+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:36.499456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:39.542067+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:39.547042+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:42.742185+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:42.747206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:34:56.357540+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:34:56.389480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:35:06.240495+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:35:06.245403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:35:16.901698+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:35:16.932490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.sendgrid/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.sendgrid/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.sendgrid/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:35:33.730895+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:35:33.754015+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:35:46.802120+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:35:46.807249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/local.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/local.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/local.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:35:53.455976+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:35:53.473304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:22.926762+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:22.975381+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.azure/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.azure/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.azure/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:26.113290+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:26.118487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/imgareaselect/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:29.390548+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:29.396263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:32.617437+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:32.622288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:36.146268+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:36.151130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:49.925182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:49.961426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controllers/settings.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controllers/settings.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controllers/settings.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:52.803111+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:52.808118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/kitchensin"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/kitchensin\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensin/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:36:59.192617+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:36:59.197650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:37:06.170814+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:37:06.189101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:37:09.355015+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:37:09.359889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:37:12.546199+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:37:12.551029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/newsletter"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/newsletter\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/newsletter/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:37:22.150595+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:37:22.164338+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helpers/utility.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helpers/utility.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helpers/utility.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:37:34.742602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:37:34.747427+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:38:08.881259+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:38:08.910335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:38:11.991665+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:38:11.996854+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:39:01.693340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:39:01.720882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:39:42.084498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:39:42.115684+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:01.973945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:01.988124+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:05.090872+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:05.096157+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:15.043841+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:15.048681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:18.456348+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:18.521199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:21.542304+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:21.547143+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/conf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/conf\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/conf/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:24.802049+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:24.807441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:28.347249+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:28.352153+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:31.672923+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:31.677897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/):"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/):\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/):/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:38.374513+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:38.396330+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:41.547639+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:41.552711+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/credentials.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/credentials.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/credentials.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:40:44.757027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:40:44.761869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:08.304478+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:08.345594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/InzMYqgNQSkAS/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:11.443609+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:11.448489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:14.600467+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:14.605441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:17.843124+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:17.848030+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:20.943346+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:20.948178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:50.906029+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:50.927274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:41:56.993077+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:41:56.998087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:42:40.190160+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:42:40.214166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:42:49.836214+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:42:49.841393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:42:52.990944+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:42:52.996170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/system/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/system/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:42:59.752926+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:42:59.807918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:02.903702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:02.908935+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:06.148525+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:06.153712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:12.691625+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:12.696500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:23.142774+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:23.162613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:32.649166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:32.654007+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:42.753525+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:42.811817+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:45.492605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:45.497487+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:55.341938+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:43:55.346826+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/AWfmHlZNxx/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:43:59.989142+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:00.029249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:02.402309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:02.407136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/application.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/application.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/application.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:05.794463+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:05.799380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:12.250508+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:12.255339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/controllers/index.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/controllers/index.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/controllers/index.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:15.851397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:15.865044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/cSmayHHiNfhfe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:18.792637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:18.797623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/QJAnOvRtJgEgn/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:22.249461+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:22.254315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:42.684993+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:43.112541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:44:45.709451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:44:45.714252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:45:12.243220+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:45:12.280993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:45:34.776189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:45:34.811153+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/env.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/env.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:45:51.226579+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:45:51.241234+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:45:54.649976+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:45:54.654842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:01.204034+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:01.209541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/secrets/dev/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/secrets/dev/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/secrets/dev/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:11.666439+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:11.690728+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kubernetes/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kubernetes/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kubernetes/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:24.403411+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:24.408321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:28.067325+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:28.108569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/AWfmHlZNxx\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:34.450768+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:34.455597+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:44.348801+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:44.362895+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:46:50.850571+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:46:50.855967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/dev-env/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/dev-env/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:00.853125+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:00.873211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/pMMoDvHkImG"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/pMMoDvHkImG\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/pMMoDvHkImG/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:19.943405+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:19.969442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:28.441291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:28.446230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:40.405010+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:40.419998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:43.093590+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:43.098694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:49.193940+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:49.198902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:52.097570+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:52.102664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:47:58.059557+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:47:58.122967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:04.006840+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:04.011829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/DpytAnmngbUPW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/DpytAnmngbUPW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/DpytAnmngbUPW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:06.934029+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:06.938939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/WPnlVMoRnAHpj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/WPnlVMoRnAHpj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/WPnlVMoRnAHpj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:09.791386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:09.794739+01:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2025-02-28T23:48:09.904605+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T23:48:09.904657+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T23:48:09.904683+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T23:48:10.321351+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T23:48:10.476248+01:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-02-28T23:48:10.509642+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2025-02-28T23:48:10.514747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-02-28T23:48:10.520898+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-28T23:48:16.071414+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:16.123993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eeqamGaROIBUIw/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:29.141313+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:29.146204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:31.969540+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:31.992558+01:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebri"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebri","method":"GET"} [] [2025-02-28T23:48:31.998808+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-02-28T23:48:31.998836+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T23:48:31.998854+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-02-28T23:48:32.063307+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T23:48:32.109690+01:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-02-28T23:48:32.134762+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2025-02-28T23:48:32.139501+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-02-28T23:48:32.166505+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-28T23:48:39.442637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:39.448760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:41.935023+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:41.939846+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:49.407664+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:49.440095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:51.641905+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:51.646850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:48:54.092125+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:48:54.096964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/con"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/con\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/con/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:03.691859+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:03.697939+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/https%3A/symfony.com/doc/6.4.9/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:06.918753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:06.934010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:09.356664+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:09.361498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:11.785258+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:11.790410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:18.741628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:18.747743+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:21.230762+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:21.235708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:26.391373+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:26.421103+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v2/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v2/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:28.591809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:28.596674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/ap"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/ap\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/ap/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:31.043207+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:31.048074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:33.542809+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:33.547685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:35.892601+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:35.898869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:43.687291+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:43.759764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Se"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Se\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Se/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:49:48.341945+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:48.345382+01:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190eee8-f0e5-7b57-acd1-35fe1ba958f4/download","method":"GET"} [] [2025-02-28T23:49:48.359056+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-02-28T23:49:48.420753+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-02-28T23:49:48.515503+01:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-02-28T23:49:48.600485+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2025-02-28T23:49:48.601794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-02-28T23:49:48.723265+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-28T23:49:51.005185+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:49:51.011289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-02-28T23:50:04.855973+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-02-28T23:50:04.877201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T00:37:11.071450+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T00:37:11.176592+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WMFHBJqKizjr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T01:55:21.791731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T01:55:21.902082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uYGghwvZrh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T05:59:16.524211+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T05:59:16.609093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T05:59:17.711470+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T05:59:17.716657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:26:12.144817+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:26:12.351778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:28:18.514742+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:28:18.686994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:33:32.543696+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:33:32.581804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:35:40.194727+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:35:40.279402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:37:45.873605+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:37:45.946770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:39:51.952384+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:39:52.043473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T08:57:02.372738+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T08:57:02.443485+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T09:44:37.813419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T11:16:34.783353+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T11:16:34.914068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-01T13:20:52.475726+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T13:20:52.576782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T14:08:41.340279+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T14:08:41.422606+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-01T19:39:33.455702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-01T19:39:33.606666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-03T22:34:23.282850+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:34:23.375907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-03T22:34:46.480102+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:34:46.564132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:34:52.450149+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:34:52.455926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:34:58.885942+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:34:58.891274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:05.839541+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:05.893035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:11.776395+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:11.781484+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:24.211846+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:24.233225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:28.039980+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:28.044908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:36.508442+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:36.513360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:42.888645+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:42.952863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:47.345175+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:47.350144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-03T22:35:50.961733+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-03T22:35:50.966853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-04T20:39:36.498418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-04T22:34:26.849027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-04T22:34:27.055268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-05T01:41:32.736661+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T01:41:32.933121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-05T09:41:34.480826+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T09:41:34.933365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-05T09:41:49.205108+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T09:41:49.210574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-05T09:54:38.407792+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T09:54:38.612948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-05T09:55:04.213244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T09:55:04.508241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-05T10:39:34.927244+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T10:39:35.069368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-05T17:08:21.224424+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T17:08:21.407408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-05T20:25:16.854594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-05T20:25:17.156849+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T06:26:33.557566+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T06:26:33.711086+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T08:06:08.707750+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T08:06:08.799527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/" (from "http://www.wallet-pass.lngweb.it/public_html/current/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/current/public\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:02:54.296859+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:02:54.578085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/15/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/15/public\") at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:03:32.857506+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:03:33.144029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/17/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/17/public\") at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:03:49.749819+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:03:49.954175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/16/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/16/public\") at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:07.225171+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:07.570842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/10/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/10/public\") at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:23.030526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:23.362478+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/14/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/14/public\") at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:47.550969+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:47.624175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/18/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/18/public\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:49.839118+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:50.143044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/12/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/12/public\") at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:53.727182+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:53.876643+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T09:04:54.099655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/9/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/9/public\") at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T09:04:54.111273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/11/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/11/public\") at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T11:03:29.281008+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T11:03:29.827632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/" (from "http://www.wallet-pass.lngweb.it/public_html/releases/13/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" (from \"http://www.wallet-pass.lngweb.it/public_html/releases/13/public\") at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T14:10:14.825921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T14:10:14.979212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T14:10:15.084794+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T14:10:15.089970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-06T14:10:15.314189+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T14:10:15.319404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-06T14:10:15.621217+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T14:10:15.626463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-06T23:48:34.648305+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-06T23:48:34.704087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-07T05:58:31.734933+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-07T05:58:31.901097+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-07T15:11:07.973066+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-07T15:11:08.093208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T06:53:22.257806+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T06:53:22.412800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T07:07:15.100911+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T07:07:15.142988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T12:26:58.604107+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T12:26:58.716807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T16:45:43.259822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T18:24:17.742361+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T18:24:17.827642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T19:36:40.829971+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T19:36:40.937623+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T21:14:54.805335+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T21:14:55.011940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T23:45:34.803697+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:34.925580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-09T23:45:35.541078+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:35.546616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:36.820628+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:36.826038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:38.593188+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:38.598096+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:42.791399+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:42.796362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:44.837365+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:44.842664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:46.862370+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:46.867253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:47.807602+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:47.812690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:51.061397+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:51.077589+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:52.141435+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:52.146418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:53.921576+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:53.926774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-09T23:45:55.250033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-09T23:45:55.254930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog" (from "www.google.com")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog\" (from \"www.google.com\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-10T03:25:59.345094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-10T08:14:48.965352+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-10T08:14:49.332171+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-10T09:10:54.055918+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-10T09:10:54.146997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-10T10:44:19.960754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-10T10:44:20.106149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-10T18:46:41.221637+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-10T18:46:41.358397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-11T02:36:25.253992+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-11T02:36:25.386865+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-11T12:27:44.623194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "http://wallet-pass.lngweb.it")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"http://wallet-pass.lngweb.it\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-12T21:00:34.581815+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-12T21:00:34.751643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-12T21:00:54.074960+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-12T21:00:54.094189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-12T23:25:29.268900+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-12T23:25:29.376723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-12T23:25:35.255645+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-12T23:25:35.262051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-14T06:38:01.105641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-14T06:38:01.973963+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-14T06:38:01.980037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-15T05:22:21.456823+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-15T05:22:21.601757+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-15T08:35:53.144379+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-15T08:35:53.219937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-15T09:48:36.037876+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-15T09:48:36.156022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-16T06:46:47.729202+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T06:46:47.817647+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-16T16:53:37.105139+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T16:53:37.202801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-16T22:13:59.455574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:37.556970+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:37.606286+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-16T22:58:37.663309+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:37.668741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:37.848921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:37.854200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:37.925188+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:37.930164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:37.999871+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.004836+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.097529+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.102374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.259772+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.264949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.335593+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.340891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.418033+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.422904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.491975+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.496997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.563492+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.568674+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.641651+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.646613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.716702+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.721631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.789880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.794766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.865531+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.870398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:38.946249+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:38.951312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.049763+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.054720+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.126027+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.130991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.200073+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.205299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.environment"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.environment\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.environment/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.291380+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.296563+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.369305+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.376325+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.448018+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.452998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.522326+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.527518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.594240+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.599106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.669811+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.674992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.750747+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.755861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.824946+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.830118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.venv"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.venv\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.venv/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.898645+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.903500+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:39.976982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:39.981863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.055659+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.060785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.131754+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.136974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.test.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.test.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.211451+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.216800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.309391+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.314302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.394907+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.400842+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.474510+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.479662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.546879+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.551770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.619594+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.624616+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.693386+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.698642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.774115+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.779475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.849106+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.854252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:40.922422+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:40.927488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws-secret.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws-secret.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws-secret.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.038912+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.044117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.117939+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.123594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xampp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xampp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xampp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.189749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.194723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.262529+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.267420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.335645+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.340632+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.471570+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.476645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.556525+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.561428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.631166+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.636155+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.707012+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.711986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.779331+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.784276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.852651+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.857797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:41.932263+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:41.937379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.007705+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.012699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.083619+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.088761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.163622+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.168901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/cache/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.242570+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.247429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/logs/laravel.log"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/logs/laravel.log\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/logs/laravel.log/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.362792+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.368014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/composer.lock"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/composer.lock\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.lock/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.443460+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.448356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.601578+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.606643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dump.sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dump.sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.675983+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.681251+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php5.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php5.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php5.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.751310+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.756456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.824842+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.830172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.917340+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.922228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server-info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server-info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server-info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:42.993457+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:42.998502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker.sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker.sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker.sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-16T22:58:43.068498+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-16T22:58:43.074700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-17T08:03:44.756665+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-17T08:03:56.683958+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-17T08:03:56.689772+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-17T08:58:22.234212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-19T22:49:18.499708+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-19T22:49:18.891703+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-20T16:51:47.786343+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-20T16:51:47.945209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-20T16:51:48.252921+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-20T16:51:48.258280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-20T16:51:49.842989+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-20T16:51:49.848217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-20T16:51:52.211084+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-20T16:51:52.216260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-22T05:42:23.835466+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-22T05:42:24.198556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-22T13:02:58.318289+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-22T13:02:58.318288+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-22T13:02:59.170773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-22T13:02:59.170781+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-23T22:45:17.462253+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-23T22:45:17.551062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-23T22:45:18.491810+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-23T22:45:18.497037+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-24T18:59:49.813322+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-24T18:59:49.860919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-25T01:10:52.798691+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T01:10:52.921392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-25T01:10:54.077448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T01:10:54.082938+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-25T11:32:56.437526+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T11:32:56.561643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-25T11:33:11.357903+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T11:33:11.363344+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-25T13:07:27.842448+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T13:07:27.914242+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-25T15:20:33.971479+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T15:20:48.045307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-25T23:44:28.598749+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-25T23:44:28.709847+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-03-26T20:24:18.658551+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-26T20:24:18.804275+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-26T20:24:19.264731+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-26T20:24:19.270028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-27T10:56:38.255500+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-27T10:56:38.356704+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-28T21:03:08.362982+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-28T21:03:08.538942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-28T21:03:08.656051+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-28T21:03:08.661483+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-28T21:26:13.069894+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-28T21:26:13.411631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-28T21:26:13.890880+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-28T21:26:13.896235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-29T01:56:08.735266+01:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-29T01:56:09.048672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-30T07:35:55.284537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-03-30T09:48:51.560897+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-03-30T09:48:51.737298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-03T00:00:16.169108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T00:00:16.554816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T08:49:37.256527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T08:49:37.323863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T08:49:38.596287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T08:49:38.601516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-03T08:49:40.615608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T08:49:40.622063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T08:49:46.090670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T08:49:46.095862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-03T11:51:21.275945+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T11:51:21.651881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T12:05:33.405310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T12:05:33.669998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T16:01:27.459069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T16:01:27.864872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T17:17:37.595834+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T17:17:37.838874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-03T19:16:27.392614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-03T19:16:27.648198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-04T00:55:36.931379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-04T00:55:37.201600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-04T21:27:04.253308+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-04T21:27:04.371243+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-05T06:32:46.447231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-05T06:32:46.543041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-05T06:32:47.629292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-05T06:32:47.634433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-05T09:11:55.270647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-05T09:11:55.324962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-06T16:20:23.812283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-06T16:20:23.961868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-07T07:01:27.956833+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-07T07:01:28.195335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-07T07:01:44.223687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-07T07:01:44.238218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-07T10:47:41.933946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-07T10:47:42.088308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-07T10:48:20.978067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-07T10:48:20.992817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-07T21:22:58.771367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-07T21:22:58.855051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-08T13:48:21.066902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-08T13:48:21.171427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-08T13:48:22.567040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-08T13:48:22.572607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-09T17:06:03.587699+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-09T17:06:03.656511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-10T18:02:09.456652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-10T18:02:09.521429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-10T18:02:09.530753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-12T14:44:55.589032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-12T14:44:55.609284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-12T14:45:00.003443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-12T14:45:00.009179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-12T15:01:19.596350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-12T15:01:19.609775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-12T15:02:09.114126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-12T15:02:09.126860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T08:43:02.362339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T08:43:02.418362+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T08:43:02.428985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T09:05:04.878942+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T09:05:04.943808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T09:05:04.954436+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T10:24:39.293820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T10:24:39.339101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T10:24:39.347836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T12:17:56.644156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T12:17:56.660138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T12:18:06.270773+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T12:18:06.275964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T14:27:03.768121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T14:27:03.815002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T14:27:03.823701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T14:27:04.293334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T14:27:04.299825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T14:56:36.016104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T14:56:36.029779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T14:56:43.253545+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T14:56:43.259488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T17:55:30.771689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T17:55:30.838483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T17:55:30.848095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-14T22:20:29.933822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T22:20:29.946817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-14T22:20:30.176485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T22:20:30.181861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-14T22:25:06.678810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-14T22:25:06.751876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-14T22:25:06.763068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-15T10:13:26.051971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-15T10:13:26.070344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-15T10:39:50.438405+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-15T10:39:50.503321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-15T10:39:50.513926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-15T10:39:50.978219+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-15T10:39:50.983905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-15T17:05:08.384007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-15T17:05:08.416428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T00:45:10.695387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T00:45:10.714284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T04:14:59.442711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T04:14:59.481046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T04:15:03.818623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T04:15:03.821013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T06:04:26.526847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T06:04:26.536573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T06:04:26.657581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T06:04:26.659648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-17T06:04:26.862263+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T06:04:26.864171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T06:04:27.155997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T06:04:27.157901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-17T07:37:40.815335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T07:37:40.847076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-17T08:29:38.382627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-17T08:29:38.391340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-18T03:29:58.277580+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-18T03:29:58.290739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-19T02:24:51.278798+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T02:24:51.291722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:43:58.760274+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:43:58.773982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:02.262548+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:02.267772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:02.561268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:02.566453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:05.090551+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:05.095386+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:08.469828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:08.474731+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:11.233902+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:11.238752+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:14.112239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:14.124021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:15.684665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:15.689555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:18.559145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:18.564467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pi.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pi.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pi.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:21.521786+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:21.526612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:24.473193+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:24.477993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T09:44:28.292960+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T09:44:28.297855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T19:47:06.764753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T19:47:06.781600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T19:47:07.138757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T19:47:07.145406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T19:47:07.391506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T19:47:07.396688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T19:47:07.633757+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T19:47:07.638651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-19T21:10:11.749652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T21:10:11.763178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-19T23:33:33.818013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-19T23:33:33.830764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-20T01:08:12.765007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-20T01:08:12.778043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/" (from "https://www.google.com/")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" (from \"https://www.google.com/\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-20T04:26:21.752406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-20T04:26:21.769346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-20T04:26:22.119722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-20T04:26:22.125255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:06.294369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:06.311173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:09.565481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:09.570776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:12.838277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:12.843535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:19.786326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:19.792009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:25.760987+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:25.773122+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:29.943189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:29.948404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:33.430379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:33.435267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:39.114693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:39.120049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:42.640468+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:42.651966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pi.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pi.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pi.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:46.148932+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:46.154060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:49.486937+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:49.493874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-21T02:48:52.911110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-21T02:48:52.915962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-23T10:05:20.583075+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T10:05:20.601023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-23T10:05:29.552781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T10:05:29.557997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-23T10:34:46.347402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T10:34:46.360398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-23T10:35:28.367657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T10:35:28.380370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-23T14:31:25.272896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T14:31:25.285622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-23T15:28:19.993587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-23T15:28:20.006620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-25T00:51:33.271441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-25T00:51:33.289285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-25T11:03:28.786573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-25T11:03:28.827264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-25T11:03:28.835768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-25T18:38:03.909853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-25T18:38:03.952641+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/config/ResourceCheckerConfigCache.php","line":134,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Router.php","line":274,"function":"write","class":"Symfony\\Component\\Config\\ResourceCheckerConfigCache","type":"->"}],"count":1}}} [] [2025-04-25T18:38:03.961947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-25T18:38:04.785656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-25T18:38:04.791699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-26T03:31:41.727590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-26T03:31:41.742831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:56:18.866887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:56:18.885082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:56:19.996956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:56:20.002766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:56:57.205560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:56:57.217904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.424327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.429482+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.524733+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.530581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.536317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.541953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.570503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.576291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.649940+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.655145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.669091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.674361+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:03.751296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.756487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/@vite/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/@vite/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/@vite/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:03.898217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.903387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:03.992537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:03.997711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.066022+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.071284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:04.082213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.087182+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.110923+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.115863+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:04.176265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.181166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.211188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.216124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/@vite/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/@vite/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/@vite/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.264039+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.268900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.319569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.324487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.353259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.358134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.478723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.483599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.490729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.495967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.563753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.568648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.638317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.643371+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.750332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.755180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.802189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.807389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.875167+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.880035+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:04.969635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:04.974576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.002756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.007618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.074858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.079925+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.178389+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.183247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.260807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.265747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.323546+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.328545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.348820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.353717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.410257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.415153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.440340+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.445287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.531819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.536785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.620136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.625023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.676881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.681765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.708081+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.713282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:05.834529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.839382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:05.932583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:05.937498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.173925+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.178947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.286381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.291260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.385763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.390600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.485631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.490491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.584628+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.589671+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-27T02:57:06.686767+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:06.691950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:38.241482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:38.253437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:42.575529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:42.580463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:45.349009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:45.354019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:57:52.674519+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:57:52.680107+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:59:09.600911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:59:09.617463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:59:10.597072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:59:10.602909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:59:13.344161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:59:13.349273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T02:59:20.789878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T02:59:20.795038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:21.715670+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:21.728458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:21.766412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:21.771896+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:26.413998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:26.434568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:27.957949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:27.963449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:28.777718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:28.782919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:00:36.700265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:00:36.705409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:01:42.658196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:01:42.682293+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:01:45.766113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:01:45.771195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:01:46.978023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:01:46.983219+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:01:53.167683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:01:53.172716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:02:58.715501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:02:58.735987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:03:02.273797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:03:02.278933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:03:07.433907+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:03:07.439042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:03:09.244904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:03:09.249920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:04:14.635093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:04:14.653699+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:04:18.315365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:04:18.320491+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:04:25.010780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:04:25.017737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:04:27.269123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:04:27.274508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:05:31.075137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:05:31.096636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:05:34.513994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:05:34.519485+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:05:41.828795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:05:41.833991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:05:44.218859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:05:44.224714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:06:58.341254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:06:58.358926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:07:01.895479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:07:01.900961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:07:09.075392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:07:09.080581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:07:14.711208+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:07:14.722855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:08:25.996898+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:08:26.018367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:08:29.044068+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:08:29.049313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:08:36.355715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:08:36.361000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:08:44.339005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:08:44.350732+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:09:52.170523+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:09:52.202602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:09:55.060482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:09:55.066650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:10:03.584640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:10:03.590192+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:10:12.959482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:10:12.971282+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:11:18.555015+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:11:18.567298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:11:22.139588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:11:22.145135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:11:30.246111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:11:30.252020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:11:40.161445+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:11:40.173344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T03:41:38.284900+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T03:41:38.297872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T16:21:42.608449+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T16:21:42.622009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T16:21:44.982332+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T16:21:44.987590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T16:22:00.193395+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T16:22:00.205972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T21:36:35.575541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T21:36:35.593246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-27T21:36:35.737146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-27T21:36:35.742321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T05:54:09.392660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T05:54:09.405749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T05:54:10.595252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T05:54:10.600422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T05:55:06.584557+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T05:55:06.597249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T09:57:10.845009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T09:57:10.857737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T10:29:00.293664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T10:29:00.308030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T10:29:00.533164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T10:29:00.538332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"HEAD http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T12:13:45.973319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T12:13:45.986091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T18:04:17.662002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T18:04:17.674548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-28T19:32:01.534175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T19:32:01.550527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T19:32:01.872955+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T19:32:01.878216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T19:32:02.384485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T19:32:02.389713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-28T23:26:16.820064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-28T23:26:16.834529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T07:28:02.848232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T07:28:02.861976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T07:42:46.409992+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T07:42:46.423207+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T07:43:20.977334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T07:43:20.990032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T09:00:09.071797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T09:00:09.084924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T09:00:27.324881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T09:00:27.337268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T10:17:16.469956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T10:17:16.482746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T20:20:06.900316+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T20:20:06.917099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T20:20:07.382854+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T20:20:07.388145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-29T20:42:22.361952+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T20:42:22.374956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T20:51:07.047973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T20:51:07.060853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-29T20:51:07.869878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-29T20:51:07.875171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-30T00:52:58.052400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T00:52:58.065271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-30T09:12:22.540437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T09:12:22.553101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-30T09:14:23.759544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T09:14:23.772038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-04-30T09:19:44.349439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T09:19:44.362492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-30T09:21:48.288544+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T09:21:48.301340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-04-30T11:00:25.228531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-04-30T11:00:25.241435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-01T00:56:36.369098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T00:56:36.386188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-01T17:03:17.138979+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T17:03:17.152857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-01T17:03:17.233195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T17:03:17.238610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-01T17:03:17.505982+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T17:03:17.511365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-01T17:03:17.854609+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T17:03:17.859867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-01T20:37:40.537790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T20:37:40.554710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-01T20:47:10.716413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T20:47:10.732667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-01T20:47:11.207565+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-01T20:47:11.212874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-02T04:17:02.167788+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-02T04:17:02.181043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-02T06:48:57.547143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-02T06:48:57.559747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-02T12:07:17.028673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-02T12:07:17.046018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T02:49:08.871329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-03T02:49:08.884816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-03T06:20:15.669814+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-03T06:20:15.683031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:31:45.155588+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:31:45.173189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:31:45.248188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:31:45.253832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:31:51.015247+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:31:51.020930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:31:53.916958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:31:53.922151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:31:57.306126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:31:57.311406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:13.318209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:13.330554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xoSqcTamNNr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xoSqcTamNNr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xoSqcTamNNr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:16.474124+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:16.479094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:22.473317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:22.478359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:32:31.860598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:31.872291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it//"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it//\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:34.876874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:34.880207+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca718afdc/download","method":"GET"} [] [2025-05-04T19:32:34.888299+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:32:34.931161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:32:34.966032+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T19:32:34.977369+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001���\u0007�s\u001b�����\u0018��"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001���\u0007�s\u001b�����\u0018��"},"types":{"1":2}} [] [2025-05-04T19:32:34.978860+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T19:32:34.985083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No pass found for id 0190cac9-07d0-731b-bef9-c1fca718afdc" at AbstractController.php line 314 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No pass found for id 0190cac9-07d0-731b-bef9-c1fca718afdc at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:314)"} [] [2025-05-04T19:32:34.998645+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T19:32:38.262016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:38.266947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/install.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/install.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:41.367761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:41.372817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAADVUlEQVRIx82XX0jTURTHLYPyqZdefQx66CEo80%2BaYpoIkqzUikz6Z5klQoWUWYRI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:47.758971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:47.771063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:53.964847+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:53.970074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-aa.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-aa.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-aa.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:32:56.966727+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:32:56.971850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:03.477367+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:03.489402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:06.466140+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:06.471084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/%C0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/%C0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%C0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:09.466646+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:09.469978+02:00] request.INFO: Matched route "app_pass_download". {"route":"app_pass_download","route_parameters":{"_route":"app_pass_download","_controller":"App\\Controller\\PassController::download","passId":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/pass/0190eee8-f0e5-7b57-acd1-35fe1ba958f4/download","method":"GET"} [] [2025-05-04T19:33:09.476095+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:33:09.509776+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:33:09.540762+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T19:33:09.548581+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ? (parameters: array{"1":"\u0001�����{W��5�\u001b�X�"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.pass_type AS pass_type_3, t0.accomodation_id AS accomodation_id_4, t0.custom_data AS custom_data_5, t0.create_time AS create_time_6, t0.update_time AS update_time_7 FROM passes t0 WHERE t0.id = ?","params":{"1":"\u0001�����{W��5�\u001b�X�"},"types":{"1":2}} [] [2025-05-04T19:33:09.549805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T19:33:09.561510+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T19:33:12.813465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:12.818599+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config/config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config/config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config/config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:15.412538+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:15.417418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:18.260920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:18.265892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/config/.en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/config/.en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config/.en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:20.819314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:20.831111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:23.867781+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:23.872630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/includes/.git/co"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/includes/.git/co\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/co/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:26.811254+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:26.816388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/Se"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/Se\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Se/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:29.605348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:29.610330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:32.519742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:32.524807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:35.311306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:35.316188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:38.127778+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:38.139568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2014/07/olx.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2014/07/olx.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2014/07/olx.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:40.718862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:40.723755+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//pass//0190cac9-07d0-731b-bef9-c1fca718afdc/download/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:43.567359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:43.572487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.gitlab-ci.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.gitlab-ci.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitlab-ci.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:46.366480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:46.371421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-node-mongo-re"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-node-mongo-re\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-node-mongo-re/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:33:52.312958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:33:52.318169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bfEenM/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bfEenM/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bfEenM\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:00.835297+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:00.847633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.it\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.it/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:03.567403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:03.572286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:06.317319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:06.322353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:12.019915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:12.024910+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:14.666615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:14.671528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.i"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngweb.i\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.i/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:17.567085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:17.580525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.i"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb.i\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb.i/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:20.625750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:20.630935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:23.469800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:23.475429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.travis.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.travis.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.travis.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:26.219590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:26.224718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:28.817448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:28.822373+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:31.867057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:31.872786+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:37.423172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:37.435078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:40.112204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:40.117322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:43.217454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:43.222316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:46.164370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:46.169335+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:49.120581+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:49.125868+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.private"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.private\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.private/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:51.668570+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:51.673792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/4648884e69297a3672b301a6c1ff4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:54.910102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:54.922078+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-links.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-links.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-links.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:34:57.416993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:34:57.421819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.tar.gz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.tar.gz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:00.374991+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:00.379886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:03.268673+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:03.273562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.defaults"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.defaults\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.defaults/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:05.917680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:05.922581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:08.766692+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:08.771548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:11.809595+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:11.821490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.travis"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.travis\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.travis/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:14.510060+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:14.514955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:17.358970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:17.363859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.project"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.project\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.project/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:20.161742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:20.166567+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env-example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env-example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env-example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:22.765339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:22.770275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:25.606001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:25.610866+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:28.222879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:28.234929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:31.167763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:31.172844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:34.171323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:34.176174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:36.772244+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:36.777289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:39.616421+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:39.621383+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws-secret.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws-secret.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws-secret.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:51.023030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:51.035256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:53.567192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:53.572392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/babel-plugin-dot"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/babel-plugin-dot\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dot/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:56.217607+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:56.222484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cloud-config.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cloud-config.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud-config.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:35:59.108726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:35:59.113860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gatsby-config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gatsby-config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gatsby-config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:02.205567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:02.210395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:05.017051+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:05.021915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:08.176423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:08.191165+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:10.966085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:10.970979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:16.405908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:16.411279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/linusadmin-phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/linusadmin-phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:19.415739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:19.421364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secure"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secure\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secure/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:22.068638+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:22.073504+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:24.810748+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:24.823013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/system_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/system_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:30.706199+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:30.711061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:33.217269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:33.222200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:36.327311+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:36.332196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:44.669714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:44.681573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:36:53.220686+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:36:53.226242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web.config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web.config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:01.724471+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:01.736981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.development.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.development.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:07.573267+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:07.578555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.exemple"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.exemple\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.exemple/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:10.467272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:10.472439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:16.068813+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:16.073674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:18.964501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:18.976488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.secrets"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.secrets\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.secrets/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:21.674273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:21.679184+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.current"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.current\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.current/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:24.562799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:24.567713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:27.522693+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:27.528230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/EcMtxYCOLgNjV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/EcMtxYCOLgNjV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:30.317920+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:30.322941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/HlPRyhKWsarNMC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/HlPRyhKWsarNMC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HlPRyhKWsarNMC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:32.866668+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:32.871572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:35.924511+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:35.937039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.old.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.old.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.old.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:41.316806+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:41.321728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wallet-pass.lngw"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wallet-pass.lngw\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngw/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:49.656687+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:49.661678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FxyyRDcz/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FxyyRDcz/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FxyyRDcz\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:55.525223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:55.537448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:37:58.511850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:37:58.517064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development.l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development.l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development.l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:01.321272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:01.326587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngwe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngwe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngwe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:03.969192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:03.974538+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docker-compose.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docker-compose.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:06.980432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:06.985766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.sendgrid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.sendgrid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sendgrid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:09.910985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:09.918020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lng"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lng\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lng/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:12.623031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:12.635283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user_secrets.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user_secrets.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:20.966873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:20.971900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/svg%3E/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:23.955062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:23.960003+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:26.705874+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:26.710926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:32.627697+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:32.640133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:35.413481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:35.418377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:38.004430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:38.009286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:40.766521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:40.771556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:43.716286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:43.721149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:46.659253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:46.664178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:52.561461+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:52.573615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.stage"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.stage\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.stage/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:55.176269+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:55.181220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup.zip"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup.zip\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:38:58.007896+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:38:58.012877+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:00.817805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:00.822989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/%23trace-box-1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:03.863450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:03.868272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sitemap.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sitemap.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:06.712287+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:06.717320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.development"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.development\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.development/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:12.461912+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:12.474453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.lngweb"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.lngweb\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.lngweb/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:15.066578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:15.071814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:17.767711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:17.772683+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:20.716402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:20.721852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lindex.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lindex.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lindex.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:23.618978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:23.623825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server-info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server-info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server-info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:26.416064+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:26.420960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:29.368600+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:29.383197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.override"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.override\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.override/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:32.121644+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:32.126764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.settings"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.settings\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.settings/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:34.905596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:34.910500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass.l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass.l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass.l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:37.817100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:37.822024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.ini.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.ini.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.ini.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:40.568490+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:40.573590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:43.516751+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:43.521668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sample.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sample.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sample.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:52.072155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:52.084179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env.development.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env.development.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:54.866599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:54.871501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:39:57.814501+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:39:57.819311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.remote"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.remote\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:00.770782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:00.775953+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:09.357486+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:09.369068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:11.916894+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:11.921730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:14.813567+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:14.818474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/robots.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/robots.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:20.318276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:20.323247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:25.669569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:25.681196+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:28.516971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:28.521820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:31.262390+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:31.267380+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:36.974100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:36.979287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:40.154053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:40.158959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.www"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.www\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.www/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:42.770185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:42.782633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:45.960939+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:45.965971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:48.665654+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:48.670516+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ppinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ppinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ppinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:51.605386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:51.610284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tester.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tester.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tester.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:54.266330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:54.271195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:40:57.272165+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:40:57.277073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api-keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api-keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api-keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:00.066929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:00.078682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/deploy.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/deploy.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deploy.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:02.869859+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:02.874883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xmlrpc.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xmlrpc.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xmlrpc.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:05.613322+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:05.618269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/admin/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/admin/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/admin/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:08.366573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:08.371473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:11.462627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:11.467815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:14.019032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:14.024037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/con"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/con\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/con/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:17.057972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:17.070648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:19.918746+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:19.923918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/keys.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/keys.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/keys.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:22.756586+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:22.761540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:25.606148+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:25.611133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/live_env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/live_env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live_env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:28.514414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:28.519430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:31.328094+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:31.333110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:34.413664+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:34.425505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:37.115314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:37.120315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:40.105828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:40.111045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:42.810156+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:42.815046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:45.472168+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:45.478696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_version.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_version.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_version.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:48.311463+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:48.316471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo_test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo_test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo_test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:51.123198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:51.137872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:54.020204+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:54.025382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:56.857337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:56.862308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:41:59.567946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:41:59.572852+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:08.326281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:08.338350+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:10.917236+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:10.922092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:13.658143+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:13.663269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:16.416712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:16.421582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:25.277040+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:25.289131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:27.866777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:27.871700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:30.967808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:30.972757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:33.655935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:33.661032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:36.472635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:36.477952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:41.920655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:41.932434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:44.668044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:44.673201+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:47.467188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:47.472058+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:52.966825+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:52.971981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:56.017512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:56.022738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:42:58.912675+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:42:58.924652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:04.663780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:04.668614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php5.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php5.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php5.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:07.524122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:07.529333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:10.169067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:10.174395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:12.961878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:12.966747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tes"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tes\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tes/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:16.072818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:16.085381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:18.667370+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:18.672415+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:21.518585+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:21.523409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:24.430384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:24.435252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:27.470620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:27.475483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:30.166194+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:30.171089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:33.367993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:33.379923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:36.066335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:36.071260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/nam"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/nam\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/nam/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:41.722578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:41.727923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wall"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wall\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wall/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:44.571283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:44.577120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wall"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wall\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wall/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:47.467537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:47.472431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/appl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/appl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:50.564554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:50.576418+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/karma.conf.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/karma.conf.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/karma.conf.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:53.364013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:53.368853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/request.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/request.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/request.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:43:58.865741+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:43:58.870660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testing.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testing.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testing.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:01.669159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:01.674265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:04.669574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:04.676546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:07.258796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:07.272385+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/helper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/helper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/helper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:12.803988+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:12.808820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:15.528499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:15.534322+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:18.611590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:18.616495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php-backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php-backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php-backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:19.313560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:19.318717+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:44:27.070179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:27.082464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:30.007541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:30.012736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:32.816450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:32.821294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/199.36.158.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/199.36.158.100\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/199.36.158.100/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:41.166602+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:41.171505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:44.232722+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:44.244997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.tes"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.tes\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.tes/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:47.116802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:47.121700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:50.142784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:50.147739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:55.216059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:55.220889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:44:58.106198+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:44:58.111126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_all_dbs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_all_dbs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:03.764357+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:03.776453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:06.664134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:06.669164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/NhqjunDeL"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/NhqjunDeL\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/NhqjunDeL/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:09.422441+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:09.428233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jvemBEpgd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jvemBEpgd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jvemBEpgd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:23.934006+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:23.945660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:26.566964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:26.571828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wallet-pass"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wallet-pass\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wallet-pass/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:29.358935+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:29.363973+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:32.366768+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:32.371617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:35.108843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:35.115991+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/("" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:38.128414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:38.133316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:43.716873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:43.729564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:46.366716+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:46.371604+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/A"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/A\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/A/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:49.266662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:49.271568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:52.116601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:52.121642+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/n"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/n\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/n/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:54.857962+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:54.862886+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.r"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.r\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.r/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:45:57.916905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:45:57.922269+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/u"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/u\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/u/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:00.626516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:00.638736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:03.563393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:03.568359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/w"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/w\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/w/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:06.167001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:06.171888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/f"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/f\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/f/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:11.768517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:11.773435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/favicon.ico"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/favicon.ico\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:14.781509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:14.787358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:17.681402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:17.693743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:20.467659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:20.473095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:23.655631+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:23.660624+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:26.104216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:26.109151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test_phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test_phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test_phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:31.726413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:31.731551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:34.470299+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:34.482328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.sa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.sa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.sa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:37.462489+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:37.467365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.bk"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.bk\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.bk/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:40.321774+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:40.326943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:43.218792+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:43.224146+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:48.821777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:48.826947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dep.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dep.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dep.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:51.914029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:51.925836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:54.565803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:54.570791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ini.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ini.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ini.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:46:57.417865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:46:57.422880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/inf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/inf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/inf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:00.164752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:00.169594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ocp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ocp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ocp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:02.870112+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:02.875200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:05.662700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:05.667859+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/(/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/(/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/(\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:08.474318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:08.486027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/devs.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/devs.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/devs.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:11.308414+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:11.313325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/asdf.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/asdf.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/asdf.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:14.106002+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:14.110952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/time.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/time.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/time.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:19.815207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:19.820044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/temp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/temp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:21.621802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:21.626791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:22.412172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:22.417091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:25.407660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:25.419579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:28.064532+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:28.069626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:30.757164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:30.762168+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/environme"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/environme\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/environme/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:36.741480+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:36.746377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:39.666583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:39.671618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:42.760513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:42.772306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.live"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.live\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.live/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:45.416985+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:45.421860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.test"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.test\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.test/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:48.405286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:48.410412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:54.167711+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:54.172645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:47:56.966145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:47:56.971054+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:00.009272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:00.020834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.environment"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.environment\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.environment/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:02.606001+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:02.610911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:05.622366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:05.627320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env.template"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env.template\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.template/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:08.315650+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:08.320490+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/acme-challeng"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/acme-challeng\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/acme-challeng/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:11.064110+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:11.069037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:16.775516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:16.787558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test6.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test6.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test6.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:19.354606+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:19.359473+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:22.366448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:22.371611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test7.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test7.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test7.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:25.212058+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:25.216906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test8.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test8.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test8.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:28.116946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:28.121816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test5.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test5.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test5.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:30.816358+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:30.821500+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test9.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test9.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test9.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:33.711062+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:33.723362+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test0.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test0.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test0.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:36.411973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:36.416894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:39.205485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:39.210387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:42.007240+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:42.012112+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/autoload_classmap.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/autoload_classmap.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/autoload_classmap.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:44.773948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:44.779103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:47.613432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:47.618257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:50.616024+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:50.627580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:56.356009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:56.361147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infophp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infophp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infophp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:48:59.167144+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:48:59.172321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phptest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phptest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phptest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:01.717507+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:01.722403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:04.764442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:04.769332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testphp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testphp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testphp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:07.550406+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:07.562501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:13.066179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:13.071040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:15.663013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:15.667964+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:17.868888+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:17.874088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:19.214811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:19.219999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/env.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:23.074162+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:23.087815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/composer.lock"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/composer.lock\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.lock/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:28.214803+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:28.219783+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:30.765887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:30.770763+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:33.168915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:33.174077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:35.862429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:35.867815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:49:38.423113+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:38.434934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ap"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ap\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ap/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:40.911249+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:40.916448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ba"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ba\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ba/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:43.416479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:43.421341+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:45.817319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:45.822266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:48.418452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:48.423317+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ag"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ag\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ag/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:51.169807+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:51.174828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bn"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bn\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bn/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:53.385753+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:53.391315+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/no"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/no\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/no/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:56.091659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:56.103631+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/infos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/infos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/infos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:49:58.719105+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:49:58.724047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:01.363838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:01.368750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:03.861183+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:03.866284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/token.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/token.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/token.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:06.261325+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:06.266235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:11.268485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:11.281056+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:14.056563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:14.061462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.action"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.action\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:16.463072+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:16.467960+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:19.123596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:19.128854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:21.666081+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:21.670995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.dock"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.dock\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.dock/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:24.216234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:24.221100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:26.569535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:26.581359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:29.368574+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:29.373505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.venv"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.venv\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.venv/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:31.816329+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:31.821206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/back/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/back/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/back\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:39.462203+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:39.467329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s3.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s3.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:41.820997+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:41.833228+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:49.548848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:49.553739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfos.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfos.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfos.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:50:52.058720+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:50:52.063566+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:04.958880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:04.971368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.wp-config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.wp-config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.wp-config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:07.116605+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:07.121449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/DjJMmYZuCvl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/DjJMmYZuCvl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DjJMmYZuCvl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:09.858443+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:09.863387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/iYtIqmaWxwJ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/iYtIqmaWxwJ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iYtIqmaWxwJ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:12.218549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:12.223554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpconfig.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpconfig.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpconfig.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:14.867479+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:14.872299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:17.168599+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:17.173760+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:22.315688+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:22.327795+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:24.810510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:24.815356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:27.216800+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:27.221811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.samp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.samp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.samp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:32.263159+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:32.268039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:34.663520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:34.668342+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:37.478164+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:37.490428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:39.958128+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:39.963539+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:42.366764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:42.371661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:45.109223+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:45.114118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/docker.sh"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/docker.sh\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker.sh/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:47.667657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:47.672568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/auth.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/auth.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auth.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:50.355171+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:50.360274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:52.821627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:52.833813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2017-------/09/wp-console.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2017-------/09/wp-console.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:55.166566+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:55.171474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/of.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/of.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/of.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:51:57.677709+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:51:57.682864+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tz.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tz.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tz.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:00.216139+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:00.221053+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/in.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/in.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/in.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:02.761816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:02.766770+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info3.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info3.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info3.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:05.265276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:05.270137+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/jo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/jo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:07.626879+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:07.643831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:52:10.270506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:10.285183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:12.775545+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:12.781814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:15.379684+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:15.384547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:17.718188+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:17.723133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:22.904999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:22.909895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:25.667861+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:25.679746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env_1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env_1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env_1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:28.216277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:28.221242+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/rkC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/rkC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/rkC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:33.419000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:33.423929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/server_info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/server_info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/server_info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:35.817573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:35.822618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:38.419756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:38.425530+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:40.920812+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:40.933572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo.php4"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo.php4\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php4/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:52:58.315280+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:52:58.327569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/QDveaqHDM"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/QDveaqHDM\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/QDveaqHDM/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:03.353375+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:03.371148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:53:03.421238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:03.426820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/RbAopsroY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/RbAopsroY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/RbAopsroY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:08.670671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:08.675908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/main.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/main.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/main.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:10.817100+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:10.821971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.DS_Store"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.DS_Store\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:13.565508+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:13.577496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/security.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/security.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/security.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:16.179069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:16.184471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/iGROufkNmAIW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/iGROufkNmAIW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/iGROufkNmAIW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:18.616078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:18.620899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GKRpsAkYMxay"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GKRpsAkYMxay\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GKRpsAkYMxay/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:24.010783+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:24.015850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:26.418714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:26.423962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.esmtprc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.esmtprc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.esmtprc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:28.972563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:28.984359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dump.sql"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dump.sql\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:31.566725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:31.571627+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:34.017227+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:34.022095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%22/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:36.653817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:36.658806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:39.109993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:39.114879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sms.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sms.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sms.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:41.467356+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:41.472313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:46.974323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:46.986809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:49.260922+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:49.264252+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/pass/accomodation/663b9608134d450281e3d185","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"app_pass_get_by_accomodation","accomodationId":"663b9608134d450281e3d185"},"request_uri":"http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185/","method":"GET"} [] [2025-05-04T19:53:49.269860+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:53:49.299977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:53:51.916009+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:51.919392+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/pass/accomodation/663b9608134d450281e3d185","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"app_pass_get_by_accomodation","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185/","method":"GET"} [] [2025-05-04T19:53:51.920978+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:53:51.933520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:53:56.164822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:56.169696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.envrc"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.envrc\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.envrc/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:53:59.070371+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:53:59.087180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:54:02.764296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:02.777640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/index1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/index1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/index1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:07.163864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:07.168839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo4.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo4.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo4.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:13.366999+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:13.371839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:15.719454+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:15.724304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/view/phpinfo.view.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/view/phpinfo.view.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:18.088590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:18.100447+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:20.216784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:20.221668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:22.327054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:22.331904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pi.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pi.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pi.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:24.560611+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:24.565557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/up.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/up.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/up.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:26.814994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:26.821030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/package.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/package.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/package.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:29.114120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:29.119036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apikeys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apikeys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apikeys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:31.210211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:31.215068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controller/api/post.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controller/api/post.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controller/api/post.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:35.472822+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:35.484802+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shibboleth/.en"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shibboleth/.en\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shibboleth/.en/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:42.112729+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:42.117586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WqdJLqKR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WqdJLqKR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WqdJLqKR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:44.472103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:44.477064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/FxyyRDcz"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/FxyyRDcz\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/FxyyRDcz/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:48.763182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:48.768069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/JovsPpJF"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/JovsPpJF\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/JovsPpJF/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:50.971067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:50.982956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/auumymRi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/auumymRi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/auumymRi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:53.015949+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:53.020876+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:53.406584+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:53.411728+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:54:57.319855+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:57.324724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/version"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/version\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:54:59.663129+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:54:59.668093+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:01.767765+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:01.773398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sbounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sbounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sbounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:04.017050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:04.021971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/sendgri"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/sendgri\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgri/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:06.332279+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:06.347445+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php-configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php-configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:12.971877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:12.977101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:15.167289+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:15.172471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:21.723562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:21.737658+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:27.918176+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:27.923098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/GKRpsAkYMxay/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/GKRpsAkYMxay\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:32.119259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:32.124711+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:36.372928+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:36.378680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/secrets.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/secrets.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:38.668747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:38.680622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/SfPajbJw.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/SfPajbJw.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/SfPajbJw.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:48.459394+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:48.476565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:55:49.409214+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:49.414154+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.save.1"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.save.1\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save.1/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:51.567366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:51.572241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it//ZbZfIBMJvaoj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//ZbZfIBMJvaoj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:53.769659+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:53.782600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:55:58.116732+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:55:58.121704+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/installation/configuration.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/installation/configuration.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/installation/configuration.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:00.317258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:00.320701+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"5bb9f3699cf0b8ee4234b5b75a41373e","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2025-05-04T19:56:00.327358+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T19:56:00.327387+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T19:56:00.327404+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T19:56:00.363448+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:56:00.392683+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T19:56:00.398028+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"5bb9f3699cf0b8ee4234b5b75a41373e"},"types":{"1":2}} [] [2025-05-04T19:56:00.402342+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T19:56:00.408596+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T19:56:02.567396+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:02.572271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ADsEVBkd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ADsEVBkd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ADsEVBkd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:04.766612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:04.771562+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dAHKaRBq"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dAHKaRBq\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dAHKaRBq/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:06.867104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:06.872174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/BubxKnIFov"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/BubxKnIFov\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/BubxKnIFov/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:09.124067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:09.137348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/docke"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/docke\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/docke/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:11.327101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:11.332044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ZBDicToUqI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ZBDicToUqI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ZBDicToUqI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:13.670620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:13.675730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:15.967583+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:15.972411+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/angular.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/angular.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/angular.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:18.057271+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:18.062212+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/swagger.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/swagger.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/swagger.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:20.184069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:20.189116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/composer.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/composer.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:23.917393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:23.922334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/s"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/s\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/s/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:28.165397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:28.177008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/LcbiwcfzoxXgY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/LcbiwcfzoxXgY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/LcbiwcfzoxXgY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:30.417054+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:30.421946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/log.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/log.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/log.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:32.617005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:32.621912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/reposito"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/reposito\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/reposito/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:34.862399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:34.867425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:37.066547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:37.071521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pass/0190cac9-07d0-731b-bef9-c1fca\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pass/0190cac9-07d0-731b-bef9-c1fca/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:43.513821+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:43.525375+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:45.505234+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:45.517537+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:56:45.766241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:45.771142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:47.867149+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:47.872094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/config_global.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/config_global.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config_global.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:56:54.216950+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:56:54.221809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/reposito"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/reposito\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/reposito/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:00.170603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:00.182563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:02.505640+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:02.510724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/easybanking"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/easybanking\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/easybanking/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:08.612568+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:08.616027+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"http://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2025-05-04T19:57:08.621210+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:57:08.651117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:57:08.661263+02:00] deprecation.INFO: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /home/lngwebb/wallet-pass/public_html/releases/18/src/Controller/PassController.php:83)"} [] [2025-05-04T19:57:08.670238+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-05-04T19:57:08.671802+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "main" if you want to modify the response. [] [] [2025-05-04T19:57:08.672258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-05-04T19:57:10.766503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:10.769881+02:00] request.INFO: Matched route "app_pass_get_by_accomodation". {"route":"app_pass_get_by_accomodation","route_parameters":{"_route":"app_pass_get_by_accomodation","_controller":"App\\Controller\\PassController::getByAccomodationId","accomodationId":"663b9608134d450281e3d185"},"request_uri":"https://wallet-pass.lngweb.it/pass/accomodation/663b9608134d450281e3d185","method":"GET"} [] [2025-05-04T19:57:10.771483+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":0} [] [2025-05-04T19:57:10.784272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T19:57:10.788660+02:00] deprecation.INFO: Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated at /home/lngwebb/wallet-pass/public_html/releases/18/src/Controller/PassController.php:83)"} [] [2025-05-04T19:57:10.790908+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-05-04T19:57:10.791984+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "main" if you want to modify the response. [] [] [2025-05-04T19:57:10.792398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/framework-bundle/Controller/AbstractController.php:332)"} [] [2025-05-04T19:57:12.917424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:12.922460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:15.059327+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:15.064206+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:17.174866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:17.188585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:19.357790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:19.362930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anacond"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anacond\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anacond/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:25.621013+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:25.626081+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xdARAMqeKTX/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xdARAMqeKTX/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xdARAMqeKTX\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:27.617016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:27.621966+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:29.913965+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:29.918842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:31.919818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:31.924844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/admin/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/admin/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:34.118819+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:34.130875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/uzMhX"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/uzMhX\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/uzMhX/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:38.166666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:38.171514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:40.368473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:40.373776+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:42.317954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:42.322927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:44.507384+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:44.513145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:46.609478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:46.614344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfodev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfodev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfodev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:48.655301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:48.660236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpversion.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpversion.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpversion.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:55.308679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:55.320429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:57.367201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:57.372124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/UJXyIAQAicrav/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/UJXyIAQAicrav\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:57:59.518531+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:57:59.523633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:58:20.071437+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:58:20.083841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v4/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v4/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:58:22.217029+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:58:22.221860+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wJXMPljluSbD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wJXMPljluSbD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wJXMPljluSbD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:58:26.365257+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:58:26.370106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ixOwvHirsMUj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ixOwvHirsMUj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ixOwvHirsMUj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:58:33.058460+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:58:33.063572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/media/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/media/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:58:38.161331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:58:38.173203+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:59:31.371509+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:31.383899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:59:32.781810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:32.799778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T19:59:33.575201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:33.580621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:59:35.757963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:35.762830+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.inc.php.backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.inc.php.backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:59:54.719820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:54.731806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/)"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/)\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/)/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:59:56.868430+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:56.873320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T19:59:59.163123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T19:59:59.168584+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:01.464752+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:01.469641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:03.813260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:03.818394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:05.967025+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:05.972149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ads.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ads.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:12.218858+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:12.230904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/guUOSASounP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/guUOSASounP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/guUOSASounP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:14.317098+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:14.322027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bQGcUIEtAcm"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bQGcUIEtAcm\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bQGcUIEtAcm/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:16.361972+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:16.366823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xdARAMqeKTX"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xdARAMqeKTX\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xdARAMqeKTX/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:18.570666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:18.575889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/BHczIVovgcA"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/BHczIVovgcA\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/BHczIVovgcA/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:20.770615+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:20.775746+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/HLLotqofapN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/HLLotqofapN\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/HLLotqofapN/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:23.009530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:23.014376+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/VNDNvHYgVMC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/VNDNvHYgVMC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/VNDNvHYgVMC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:25.066621+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:25.071617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/EQmYqAteiqR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/EQmYqAteiqR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/EQmYqAteiqR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:00:31.715107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:00:31.727188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:01:25.876253+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:01:25.894443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:01:43.475817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:01:43.489579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/@vite/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/@vite/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/@vite/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:01:54.214330+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:01:54.219950+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/@vite/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/@vite/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/@vite/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:35.879450+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:35.892211+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:44.368397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:44.373617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env/dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env/dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:50.515261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:50.520416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:52.667114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:52.678612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:54.911090+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:54.916008+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/s3_config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/s3_config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/s3_config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:57.116547+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:57.121453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/serverless.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/serverless.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/serverless.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:02:59.116754+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:02:59.121616+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/):"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/):\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/):/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:05.260218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:05.265416+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:07.334660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:07.340887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/databa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/databa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/databa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:09.419186+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:09.431453+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/config/default.php.new"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/config/default.php.new\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/config/default.php.new/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:11.617050+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:11.621904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:19.815178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:19.820020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:24.508635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:24.520668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:03:26.079008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:26.090961+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:28.066970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:28.071815+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:30.216473+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:30.221331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/pages"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/pages\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pages/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:32.316514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:32.321388+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:34.355782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:34.360678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/about"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/about\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:38.406691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:38.411740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/.phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/.phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/.phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:40.617403+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:40.622548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:42.763235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:42.775522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/feed/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/feed/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:49.214852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:49.219993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid_config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid_config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid_config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:51.506252+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:51.511195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/eeqamGaROIBUIw\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/eeqamGaROIBUIw/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:53.668031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:53.672969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/LdCFtKdGYcbdV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/LdCFtKdGYcbdV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/LdCFtKdGYcbdV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:57.618059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:57.623233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/zINAuxiEXWWAR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/zINAuxiEXWWAR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:03:59.815704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:03:59.826989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/service.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/service.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:01.967258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:01.972181+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/authors.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:06.416829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:06.421756+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shared/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shared/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:18.821714+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:18.834126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/jidzIPIZiU"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/jidzIPIZiU\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/jidzIPIZiU/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:20.499155+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:20.517494+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:04:21.014564+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:21.019573+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/VQZKDVgTxy"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/VQZKDVgTxy\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/VQZKDVgTxy/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:23.155563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:23.160549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/QiiLxZfRxN"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/QiiLxZfRxN\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/QiiLxZfRxN/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:25.267276+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:25.272379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/TPAnDAjZkP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/TPAnDAjZkP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/TPAnDAjZkP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:27.216317+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:27.221195+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/URRCBoUhwK"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/URRCBoUhwK\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/URRCBoUhwK/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:29.367712+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:29.372684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:31.614647+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:31.619778+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/info/debug.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/info/debug.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info/debug.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:33.963478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:33.976034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:40.168118+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:40.173152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:50.619521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:50.631433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:52.817691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:52.824041+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/HEAD"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/HEAD\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:55.022491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:55.026008+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-","method":"GET"} [] [2025-05-04T20:04:55.031805+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:04:55.031838+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:04:55.031856+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:04:55.035626+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:04:55.037076+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-05-04T20:04:55.037529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:04:57.264817+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:57.269720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/monitor/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/monitor/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/monitor/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:04:59.469661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:04:59.474610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:01.716426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:01.721357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admincontrol/sys_phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admincontrol/sys_phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:03.816397+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:03.821390+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_vti_pvt/administrators.pwd\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/administrators.pwd/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:05.823426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:05.837663+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:07.965363+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:07.970233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/typo3conf/localconf.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/typo3conf/localconf.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/typo3conf/localconf.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:10.064435+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:10.069387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/test.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/test.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/test.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:11.966571+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:11.971455+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/pnaTLNXntRA.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/pnaTLNXntRA.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:14.208138+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:14.213016+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/DFJVVjByFO.100"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/DFJVVjByFO.100\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/DFJVVjByFO.100/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:16.458318+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:16.463518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfotest.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfotest.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfotest.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:16.592696+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:16.610073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/13/public/\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:05:18.516444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:18.521316+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_ht/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:20.721866+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:20.727586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:22.917916+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:22.930009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/getuid"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/getuid\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/getuid/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:24.967554+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:24.972775+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:27.016883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:27.021745+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fronte"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fronte\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fronte/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:29.317742+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:29.322716+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:31.510319+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:31.515481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bounce"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bounce\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bounce/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:35.419799+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:35.424659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s/039313e2933313e2232323e22393/_/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/039313e2933313e2232323e22393/_\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:39.509242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:39.521006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a2r/bOFjnruKMfusVr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a2r/bOFjnruKMfusVr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a2r/bOFjnruKMfusVr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:41.666399+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:41.671458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:44.008770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:44.013668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/_catalog"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/_catalog\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:48.266589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:48.271492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:50.467221+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:50.472064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/login"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/login\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:54.577209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:54.588927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logs/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logs/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logs/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:56.668917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:56.674052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:05:58.815512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:05:58.820561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api_keys/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api_keys/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api_keys/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:01.003911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:01.008872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/essential-addons-for-elementor-lite/readme.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:03.157620+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:03.162546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apis/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apis/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apis/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:07.266499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:07.271439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:09.404954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:09.409915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:15.360185+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:15.371858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:17.654559+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:17.659465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:42.166970+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:42.179166+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/anaconda/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/anaconda/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/anaconda/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:46.367790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:46.372628+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/env/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/env/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:06:48.671260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:06:48.676312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tmp/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tmp/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:07:13.668305+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:07:13.680197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/WRoKeNuRuRZur"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/WRoKeNuRuRZur\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WRoKeNuRuRZur/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:07:17.767077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:07:17.772237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/fyfEgbvxavaj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/fyfEgbvxavaj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fyfEgbvxavaj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:07:19.960536+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:07:19.965384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/XWqyXPDDOJyYl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/XWqyXPDDOJyYl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:07:43.020529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:07:43.032811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:08:01.165587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:08:01.177396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:08:30.421035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:08:30.433019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:09:13.664251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:09:13.676557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/login0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/login0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:09:20.007137+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:09:20.012484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpcustom_info/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpcustom_info/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:09:52.070843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:09:52.082622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:09:54.405510+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:09:54.410404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/start/itan"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/start/itan\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/itan/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:10:01.069016+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:10:01.073867+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/newsletter.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/newsletter.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/newsletter.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:10:03.309724+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:10:03.314661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:10:45.228802+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:10:45.241401+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.kube/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.kube/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:10:47.218665+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:10:47.223874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:10:51.464134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:10:51.469676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:05.840572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:05.852569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/aws.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/aws.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/aws.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:07.966718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:07.971622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:31.232335+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:31.244321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:42.115772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:42.120689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/swagge"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/swagge\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/swagge/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:44.306841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:44.311751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.docker/la"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.docker/la\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.docker/la/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:11:52.495306+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:11:52.509331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.production"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.production\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.production/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:07.670120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:07.681713+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/chakaash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/chakaash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/chakaash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:38.768057+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:38.780450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:40.957123+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:40.962700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:43.167324+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:43.172188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/webroot/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/webroot/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/webroot/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:45.265784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:45.270661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/settings.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/settings.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/settings.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:47.417087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:47.421997+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/shadow"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/shadow\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:51.267250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:51.272236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:12:53.618146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:12:53.624222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:06.159636+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:06.171819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/oauth2.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/oauth2.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/oauth2.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:08.462520+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:08.467637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/server/s3.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/server/s3.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/s3.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:10.713343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:10.718924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/cache.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/cache.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/cache.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:16.816409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:16.821321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:18.768366+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:18.773448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:25.019905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:25.031710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.env.h5gaming"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.env.h5gaming\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env.h5gaming/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:13:50.268351+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:13:50.280308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:14:06.715526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:06.727899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:10.567838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:10.572701+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/config.php.orig"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/config.php.orig\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/config.php.orig/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:12.618425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:12.623377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/system/database.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/system/database.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/database.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:19.015386+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:19.020331+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:23.123409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:23.135286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test123.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test123.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test123.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:29.214475+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:29.219374+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/partner.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/partner.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/partner.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:31.470969+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:31.476046+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:33.806261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:33.811148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:36.021974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:36.026929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:38.169929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:38.181515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:40.418169+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:40.423287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:44.410549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:44.415459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:46.554563+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:46.559535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:48.667651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:48.672669+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:50.728369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:50.733237+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/htdocs/config.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/htdocs/config.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:53.069989+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:53.075103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/textpattern/config.php.bkp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/textpattern/config.php.bkp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/textpattern/config.php.bkp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:55.219079+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:55.230933+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:14:57.562562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:14:57.567456+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:03.825191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:03.830108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:28.569683+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:28.581603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/go/benl_chat/yflnZvpazMojp.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/go/benl_chat/yflnZvpazMojp.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/go/benl_chat/yflnZvpazMojp.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:32.706649+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:32.711790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/swagger.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/swagger.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/swagger.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:35.062070+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:35.067156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.sendgrid/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.sendgrid/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.sendgrid/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:37.317954+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:37.322827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:41.712178+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:41.717546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/local.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/local.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/local.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:15:50.373956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:15:50.386200+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:16:09.760277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:16:09.772074+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/my_env/palash.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/my_env/palash.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/my_env/palash.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:17:53.577250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:17:53.590089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/server/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/server/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:19:29.861360+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:19:29.878498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:20:11.123266+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:11.135849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/database.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/database.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:15.110213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:15.116043+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:17.123047+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:17.128718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:29.962492+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:29.974364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/mytest/astech_robot.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/mytest/astech_robot.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mytest/astech_robot.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:32.168031+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:32.172898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env.example"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env.example\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env.example/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:38.412881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:38.418096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/configs/routes-4aug.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/configs/routes-4aug.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs/routes-4aug.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:20:40.772341+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:20:40.777167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.ssh/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:09.961514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:09.973511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/9/public/\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-04T20:21:12.367354+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:12.378922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:18.667908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:18.672901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tmp/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tmp/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tmp/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:20.950323+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:20.955274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:23.111762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:23.116654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:25.216423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:25.221651+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gateway/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gateway/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:29.367521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:29.379590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:35.212587+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:35.217476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.azure/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.azure/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.azure/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:37.460015+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:37.465110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:45.614529+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:45.626465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/storage.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/storage.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/storage.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:21:58.217042+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:21:58.221970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:00.556629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:00.562570+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/i.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/i.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/i.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:02.905498+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:02.917831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/setup/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/setup/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/setup/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:05.160614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:05.165845+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/xampp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/xampp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/xampp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:07.355409+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:07.360444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:09.709412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:09.714332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:11.916078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:11.921358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/instance/sendgrid_keys.py"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/instance/sendgrid_keys.py\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/instance/sendgrid_keys.py/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:16.267652+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:16.272645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php52/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php52/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php52/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:20.517934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:20.530145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/sendgrid_mail.services.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:25.008593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:25.013640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lara/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lara/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lara/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:27.214315+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:27.219300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/logs/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/logs/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/logs/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:29.566794+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:29.571832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adm/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adm/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adm/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:31.661629+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:31.666487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prod/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prod/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prod/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:33.761666+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:33.766686+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/tool/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/tool/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tool/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:36.064126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:36.077333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin_area/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin_area/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:22:42.355717+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:22:42.360600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:05.422314+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:05.434348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/5bb9f3699cf0/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:09.263442+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:09.268330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/orra"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/orra\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/orra/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:11.465903+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:11.470787+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:13.656603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:13.661854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:15.909350+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:15.914239+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:18.107816+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:18.112648+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gcloud/configuration.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gcloud/configuration.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gcloud/configuration.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:20.269349+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:20.274176+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kubernetes/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kubernetes/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kubernetes/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:22.613452+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:22.625777+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/index2.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/index2.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/index2.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:24.804762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:24.809644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/static/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/static/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:26.758726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:26.763558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:29.014762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:29.019827+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/system/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/system/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/system/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:31.165930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:31.170820+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/env.php.tmp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/env.php.tmp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:33.527207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:33.532030+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:39.571103+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:39.583785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.sendgrid/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.sendgrid/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.sendgrid/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:41.808804+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:41.813844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:44.052780+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:44.057682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:46.367205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:46.372344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:48.559911+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:48.564932+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/apache/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/apache/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apache/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:50.710030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:50.715091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfo/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfo/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:52.906764+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:52.911962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/partner/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/partner/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/partner/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:55.017213+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:55.029217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.prod"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.prod\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.prod/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:57.309601+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:57.314558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:23:59.415192+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:23:59.420259+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/fixtures/kitchensin"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/fixtures/kitchensin\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/fixtures/kitchensin/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:01.666573+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:01.671696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/examples/10-subscriptio"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/examples/10-subscriptio\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/examples/10-subscriptio/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:03.908635+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:03.913653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cp/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cp/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cp/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:06.117572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:06.122556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.ini"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.ini\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.ini/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:08.319117+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:08.323990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:10.620679+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:10.632554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/prevlaravel/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/prevlaravel/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:12.785145+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:12.791821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dashboard/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dashboard/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:16.817309+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:16.822289+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:39.617410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:39.629581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:48.056416+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:48.061272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/app.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/app.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/app.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:24:58.567850+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:24:58.579944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/lt.p"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/lt.p\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/lt.p/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:09.561196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:09.566144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:13.773102+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:13.785288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.aws/c"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.aws/c\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/c/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:15.968141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:15.973208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/run/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/run/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/run/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:30.721172+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:30.733010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:32.878905+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:32.883733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/db.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/db.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/db.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:25:47.522872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:25:47.535291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/confi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/confi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/confi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:26:56.476913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:26:56.489540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sites/all/l"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sites/all/l\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sites/all/l/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:26:58.712238+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:26:58.717449+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:00.967750+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:00.973010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/testenv/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/testenv/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/testenv/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:03.167695+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:03.172596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfotest/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfotest/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfotest/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:09.618820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:09.623987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:16.022053+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:16.034302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:18.170196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:18.175438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/telescope/requests"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/telescope/requests\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:20.366655+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:20.371558+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:22.664085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:22.669084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:24.716756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:24.721581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/samples/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/samples/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/samples/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:26.768639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:26.773738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shared/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shared/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shared/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:33.271030+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:33.283774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:35.367412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:35.372272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-admin/setup-config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:37.707887+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:37.712983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:46.110842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:46.115762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:48.329484+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:48.342009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:50.376427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:50.382833+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/gists/laravel"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/gists/laravel\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gists/laravel/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:52.716828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:52.721904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/actuator/env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/actuator/env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/actuator/env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:56.810618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:56.815554+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:27:59.012796+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:27:59.017679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/credentials"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/credentials\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/credentials/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:01.357376+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:01.362749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpinfoposmeta.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpinfoposmeta.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfoposmeta.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:09.876211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:09.888270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/administrator/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/administrator/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/administrator/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:20.019608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:20.024443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/_profiler/phpinfo/info.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_profiler/phpinfo/info.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:22.365337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:22.370734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/controllers/settings.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/controllers/settings.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/controllers/settings.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:24.660843+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:24.666619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:35.286251+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:35.300764+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/template/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/template/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/template/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:41.919832+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:41.924909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:44.067582+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:44.072472+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/database/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/database/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:46.318258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:46.323280+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:54.819381+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:54.831004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/includes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/includes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/includes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:28:58.816504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:28:58.821368+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:01.111125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:01.116066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:05.257880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:05.262814+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:07.316558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:07.321441+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:09.458120+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:09.462955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/admin/controllers/merchant.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/admin/controllers/merchant.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:11.718500+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:11.731133+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/old-cuburn/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/old-cuburn/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old-cuburn/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:14.018402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:14.023274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:16.212286+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:16.217143+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/staging/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/staging/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:18.218127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:18.223073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/security.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/security.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/security.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:20.125603+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:20.130784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:24.321701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:24.328020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:26.619598+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:26.624602+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/gateway/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/gateway/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/gateway/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:31.068173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:31.080161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/amphtml/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/amphtml/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/amphtml/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:39.368549+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:39.373646+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backend/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backend/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:41.467672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:41.472561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/scripts/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/scripts/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/scripts/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:52.222470+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:52.236172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v/rkCUeeAxm.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v/rkCUeeAxm.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:29:58.356423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:29:58.361369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:00.377698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:00.383406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:04.565589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:04.570625+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:06.767872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:06.772819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/layout/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/layout/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/layout/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:09.019027+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:09.030677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/themes/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/themes/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/themes/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:11.069968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:11.075262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:13.167114+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:13.172068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:17.609618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:17.615204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:21.867301+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:21.872235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:24.074521+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:24.087425+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:26.267840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:26.272926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/front"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/front\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/front/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:30.412968+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:30.417824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:32.720503+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:32.725433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:36.667984+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:36.672935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:38.817662+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:38.822655+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/admin/v4/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v4/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:41.023388+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:41.035258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/admin/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/admin/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:45.112540+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:45.117440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/db/config.json.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/db/config.json.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/config.json.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:47.465747+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:47.470657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpsysinfo/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpsysinfo/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:49.808161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:49.813395+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:56.257393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:56.268721+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/gMCWsJgAzWr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/gMCWsJgAzWr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:30:58.512973+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:30:58.517919+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:00.717485+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:00.722399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/config.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/config.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/config.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:04.521657+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:04.527409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/live/.git/con"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/live/.git/con\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/con/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:06.567795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:06.572861+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js/libs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js/libs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/libs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:08.811700+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:08.816727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php1.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php1.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php1.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:11.128023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:11.134029+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:23.619218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:23.631286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/qa/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/qa/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/qa/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:28.055593+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:28.060569+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/en/InzMYqgNQSkAS\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/en/InzMYqgNQSkAS/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:30.310689+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:30.315610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:36.768718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:36.774410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profile"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profile\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profile/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:39.176527+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:39.188568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:47.723180+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:47.728161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:49.919189+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:49.924131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/templates/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/templates/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/templates/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:51.818863+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:51.823879+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/developer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/developer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/developer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:53.973667+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:53.978619+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:31:56.325737+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:31:56.337532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/shared/config.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/shared/config.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/shared/config.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:00.393355+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:00.398687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/d"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/d\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/d/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:04.713083+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:04.717998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/appsettings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/appsettings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:06.917736+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:06.922743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:08.916526+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:08.921409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:10.966353+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:10.971340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:13.169883+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:13.181607+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:17.416660+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:17.421529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/tfs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/tfs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tfs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:19.565243+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:19.570116+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:25.716497+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:25.721428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:29.911777+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:29.923579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:33.966735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:33.971596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/conf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/conf\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/conf/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:36.066691+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:36.071572+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:38.315101+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:38.320023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:42.412917+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:42.417773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/new/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/new/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:48.889608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:48.901279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:51.067576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:51.072597+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/env/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/env/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:55.517078+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:55.521998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:56.866338+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:56.871821+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CHSTZfwuZ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:32:57.760541+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:32:57.765535+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:08.874321+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:08.886819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/assets../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/assets../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:11.017429+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:11.022437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/static../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/static../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/static../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:13.217175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:13.222170+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/images../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/images../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/images../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:15.266735+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:15.271626+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:17.266207+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:17.269568+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190cac9-07d0-731b-bef9-c1fca718afdc"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc","method":"GET"} [] [2025-05-04T20:33:17.275139+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:33:17.275170+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:33:17.275188+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:33:17.278655+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:33:17.279969+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-05-04T20:33:17.280392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:33:19.521515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:19.526749+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:28.910456+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:28.922563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/WMFHBJqKizjr\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/WMFHBJqKizjr/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:29.854196+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:29.859126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:32.017710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:32.022605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:34.116495+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:34.121326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:36.363578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:36.368512+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/s3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/s3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:38.468175+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:38.473208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:40.625258+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:40.631965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:42.859343+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:42.864507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:49.123091+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:49.134753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vsts/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vsts/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vsts/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:33:53.417067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:33:53.421984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_ecdsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:03.503108+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:03.508351+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/application.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/application.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/application.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:05.729464+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:05.741674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:07.961004+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:07.965874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:12.373569+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:12.378420+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:14.417161+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:14.422230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/docs/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/docs/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docs/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:16.577974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:16.585312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dist/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dist/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dist/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:20.907612+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:20.919238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/live/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/live/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/live/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:22.918122+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:22.923183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:24.927294+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:24.932988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/shop/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/shop/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:27.017608+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:27.022923+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:31.309359+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:31.314678+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:33.369277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:33.374464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:35.521634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:35.527238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:41.923811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:41.935765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wiki/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wiki/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:46.513087+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:46.518059+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:54.966260+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:54.971162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/beta/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/beta/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/beta/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:57.024248+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:57.036832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/demo/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/demo/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/demo/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:34:59.354763+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:34:59.359585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:05.167427+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:05.172321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/cache/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/cache/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cache/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:05.618044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:05.623019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:07.267948+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:07.273163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:09.467517+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:09.472801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/panel/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/panel/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/panel/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:11.565983+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:11.570889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:13.974400+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:13.986277+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:20.266578+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:20.271413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repos/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repos/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repos/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:24.271126+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:24.276346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/views/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/views/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/views/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:33.024365+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:33.037883+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/files/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/files/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/files/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:35.513815+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:35.519018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/uYGghwvZrh/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uYGghwvZrh\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:39.233166+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:39.240668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flock/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flock/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:41.416558+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:41.421577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:43.654672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:43.659536+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/build/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/build/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/build/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:45.823784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:45.829273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:48.165790+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:48.177650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/alpha/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/alpha/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/alpha/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:35:54.464111+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:35:54.469126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/store/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/store/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/store/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:00.318481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:00.323381+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:02.670827+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:02.675843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:05.013618+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:05.025528+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:05.513382+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:05.518297+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/CHSTZfwuZ/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/CHSTZfwuZ\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:15.516032+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:15.520897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/etc/ssl/private/server.key\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:17.619663+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:17.624598+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devi"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devi\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devi/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:19.570277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:19.575600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/log": Method Not Allowed (Allow: POST)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/log\": Method Not Allowed (Allow: POST) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:36:26.024046+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:26.036015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/development/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/development/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/development/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:30.145756+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:30.150641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/uploads/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/uploads/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/uploads/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:32.173077+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:32.178169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/ffbdea0ca8e39b4ea70e0130044fecb3/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:36:34.520877+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:34.526233+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/search"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/search\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/search/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:36.663393+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:36.668834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/settings/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/settings/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:36.870209+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:36.876091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:41.121841+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:41.133914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:45.757784+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:45.762741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:47.923504+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:47.928358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:36:54.167590+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:36:54.172460+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:02.768537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:02.780305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:04.879241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:04.884075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:07.812220+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:07.817216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/client/planinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client/planinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:12.955904+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:12.960975+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:15.267878+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:15.272757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/install"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/install\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/install/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:17.557264+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:17.562359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:23.631235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:23.643869+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/config.php.swp"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/config.php.swp\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/config.php.swp/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:25.666908+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:25.671850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:27.915963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:27.920897+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:30.159943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:30.164976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:32.467851+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:32.472806+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/es/XDHSjMWY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/es/XDHSjMWY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/es/XDHSjMWY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:34.666725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:34.671600+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bpost-m/GXRBvnFk"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bpost-m/GXRBvnFk\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/GXRBvnFk/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:36.764723+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:36.769725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:36.959661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:36.964792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cloud/Scraper.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cloud/Scraper.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud/Scraper.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:37:45.212141+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:37:45.224540+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/core/Datavase/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/core/Datavase/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/core/Datavase\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:03.169481+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:03.181353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/control-panel/check-action.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/control-panel/check-action.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:05.512766+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:05.517662+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/current/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:07.309701+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:07.314668+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/public/client/planinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/public/client/planinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/client/planinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:09.668795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:09.673677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backup/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backup/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:11.908643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:11.913499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aws/credentials.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aws/credentials.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws/credentials.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:14.117779+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:14.123142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/log/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/log/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/log\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:16.317334+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:16.320719+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebri"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebri","method":"GET"} [] [2025-05-04T20:38:16.326248+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:38:16.326278+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:38:16.326295+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:38:16.357963+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T20:38:16.386557+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T20:38:16.391945+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2025-05-04T20:38:16.396379+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T20:38:16.402390+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T20:38:18.620205+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:18.632547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/wougECHCsl/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/wougECHCsl/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/wougECHCsl\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:20.760705+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:20.766730+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid_keys.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid_keys.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:27.316195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:27.321360+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/ap"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/ap\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/ap/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:34.460478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/9/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:34.472135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/9/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/9/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:41.923085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:41.936630+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_keys"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_keys\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_keys/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:49.612623+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:49.617714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.staging"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.staging\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.staging/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:38:53.767326+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:38:53.772241+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/resources/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/resources/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:05.020115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:05.032276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15//public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15//public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/releases/15//public\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:24.870744+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:24.882988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/resources/config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/resources/config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/resources/config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:28.909823+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:28.915301+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:45.977862+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:45.990119+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/laravel/core/.env.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/laravel/core/.env.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/core/.env.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:48.266643+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:48.271541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:50.558923+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:50.563798+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/development.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/development.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/development.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:52.756959+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:52.762128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:55.104931+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:55.110144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:39:57.216377+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:57.219861+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"019"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/019","method":"GET"} [] [2025-05-04T20:39:57.225640+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:39:57.225667+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:39:57.225684+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:39:57.229540+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:39:57.230992+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-05-04T20:39:57.231446+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:39:59.368201+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:39:59.373313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:01.716805+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:01.728874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/caches/configs/system.php.bak"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/caches/configs/system.php.bak\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system.php.bak/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:12.366514+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:12.371414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:14.712698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:14.717758+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/secrets/sendgrid.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/secrets/sendgrid.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets/sendgrid.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:17.057964+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:17.069849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:29.324298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:29.330822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bower_components/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bower_components/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bower_components/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:42.184680+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:42.198466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/private/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/private/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:44.514218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:44.519062+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:46.716265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:46.721138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main-local.php.disabled\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main-local.php.disabled/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:48.867439+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:48.872389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:51.158182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:51.163125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/UkZYueXXHM.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/UkZYueXXHM.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/UkZYueXXHM.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:53.306069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:53.311102+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/repository/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/repository/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/repository/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:40:59.801339+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:40:59.815217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/extensions/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/extensions/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/extensions/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:02.012909+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:02.018918+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aomanalyzer/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aomanalyzer/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:04.217726+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:04.222652+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/settings/config.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/settings/config.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/settings/config.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:06.564755+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:06.569611+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/objects/codes.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/objects/codes.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/objects/codes.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:08.467810+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:08.472718+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/js../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/js../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:12.617093+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:12.621987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/vendor/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/vendor/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:25.558998+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:25.570971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:35.817818+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:35.822851+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.ssh/id_rsa"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.ssh/id_rsa\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:42.375885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:42.388850+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/flock/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/flock/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/flock/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:56.726491+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:56.732121+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/AWfmHlZNxx/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:41:58.972364+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:41:58.984682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/settings.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/settings.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/settings.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:13.622934+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:13.628476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bpost-m/GjSRRHSQrYJI\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bpost-m/GjSRRHSQrYJI/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:30.189433+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:30.201246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/bnb/XudvmoWZDyVRQ.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/bnb/XudvmoWZDyVRQ.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/bnb/XudvmoWZDyVRQ.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:32.425929+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:32.432545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wiki/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wiki/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wiki/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:36.166177+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:36.171037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/vOTtNGpC.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/vOTtNGpC.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:42.758104+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:42.763065+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:44.866923+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:44.871792+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:42:47.212782+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:42:47.227593+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/packages/sendgrid.yaml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/packages/sendgrid.yaml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:01.666978+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:01.671904+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:03.919085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:03.930734+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:06.211420+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:06.216294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/a/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/a/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/a/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:08.418035+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:08.423108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/m/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/m/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/m/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:10.736740+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:10.741641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:18.357195+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:18.362498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:20.625829+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:20.639900+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:22.855848+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:22.860693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:24.916876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:24.921884+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:27.058385+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:27.063392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:29.321369+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:29.326229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:31.366085+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:31.370969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/node_modules/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/node_modules/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/node_modules/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:33.707182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:33.712023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/src/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/src/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:36.019852+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:36.031365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:38.174845+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:38.181934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:43:43.566537+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:43:43.571545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:04.224067+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:04.236230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/lib../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/lib../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lib../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:08.516946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:08.521956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/img../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/img../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:10.664310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:10.669353+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/env/sendgrid.env"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/env/sendgrid.env\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/env/sendgrid.env/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:16.856832+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:16.861715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:19.067232+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:19.072251+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/a"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/a\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/a/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:21.269432+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:21.281276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/caches/configs/system"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/caches/configs/system\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/caches/configs/system/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:23.417173+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:23.422118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/AWfmHlZNxx/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/AWfmHlZNxx\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:28.916063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:28.921613+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:44:31.117958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:31.122847+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:44:33.461842+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:33.466977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:35.716331+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:35.721268+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/YNxbIEqOFQHFnB.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/YNxbIEqOFQHFnB.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/YNxbIEqOFQHFnB.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:37.880627+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:37.892666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.svn/wc.db"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.svn/wc.db\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:50.316197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:50.321142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/site/default/settings.php.old"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/site/default/settings.php.old\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/default/settings.php.old/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:44:58.622483+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:44:58.634556+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/start/VnQngBhS"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/start/VnQngBhS\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/start/VnQngBhS/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:00.714059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:00.719577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.circleci/configs/development.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.circleci/configs/development.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:03.062044+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:03.066972+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lists/ecifLitsnhDxE.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lists/ecifLitsnhDxE.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/lists/ecifLitsnhDxE.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:05.266795+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:05.271848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Nodejs-Projects/pl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Nodejs-Projects/pl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Nodejs-Projects/pl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:07.316239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:07.321443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/bb06c82c2a3ff09519219b0a08ccee98/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/bb06c82c2a3ff09519219b0a08ccee98/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:45:09.381224+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:09.386159+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/storage/logs/laravel.log"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/storage/logs/laravel.log\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/storage/logs/laravel.log/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:11.565924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:11.570791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:13.967131+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:13.979314+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/application/inc/sendgrid/.env.sample\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/application/inc/sendgrid/.env.sample/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:17.975840+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:17.980951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:23.605966+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:23.610906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:33.358839+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:33.370429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/aa/zEIuYwpjaP\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/zEIuYwpjaP/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:45:45.016785+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:45:45.021640+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:11.333115+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:11.345189+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/v2/swagger.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/v2/swagger.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/v2/swagger.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:15.912758+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:15.917916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/xYXxLGpHyqmLs"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/xYXxLGpHyqmLs\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/xYXxLGpHyqmLs/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:26.361910+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:26.374013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bootstrap/cache/config.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bootstrap/cache/config.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:28.618739+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:28.623657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/plugins/523453244/ninja.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/plugins/523453244/ninja.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/523453244/ninja.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:41.113231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:41.118150+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/pMMoDvHkImG"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/pMMoDvHkImG\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/pMMoDvHkImG/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:43.169096+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:43.180905+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/config/production.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/config/production.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:45.459237+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:45.464094+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/backend/config/default.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/backend/config/default.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backend/config/default.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:51.576762+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:51.581955+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/plugins/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/plugins/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:46:58.267933+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:46:58.281615+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/dLMMCFjnCawvJl.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/dLMMCFjnCawvJl.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:04.789348+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:04.794575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/rr/EpLvJibeuKl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/EpLvJibeuKl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:06.863880+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:06.869038+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/wougECHCsl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/wougECHCsl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/wougECHCsl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:11.224474+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:11.230545+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/rr/IONXbyuSEsC"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/rr/IONXbyuSEsC\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/rr/IONXbyuSEsC/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:19.168930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:19.180982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/5bb9f3699cf0b8ee4234b5b75a41373e/registrations/pass.com.thebrighthotel.card/01911249-ad35-7979-a38f-c1aa51c85ec4\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:47:37.081121+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:37.093236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/xvJoWmwfX.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/xvJoWmwfX.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:45.616007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:45.621294+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/drupal/sites/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/drupal/sites/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/drupal/sites/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:56.222958+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:56.235609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:47:58.361560+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:47:58.366421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/check"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/check\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/check/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:00.462572+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:00.467434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:04.213634+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:04.218495+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:15.717516+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:15.731912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:17.864943+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:17.870025+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/common/config/main.php.save"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/common/config/main.php.save\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/config/main.php.save/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:23.764328+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:23.769321+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:26.070770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:26.075610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/symfony/public/_profiler/phpinfo\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/public/_profiler/phpinfo/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:28.114041+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:28.119006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/WOtAUSMCVjyeh.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/WOtAUSMCVjyeh.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/WOtAUSMCVjyeh.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:32.371413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:32.385577+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/aa/FlbBLqBKYzY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/aa/FlbBLqBKYzY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aa/FlbBLqBKYzY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:36.063239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:36.068082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ii/uzMhXwAAPPj\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ii/uzMhXwAAPPj/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:38.416404+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:38.421971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/secrets/prod/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/secrets/prod/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/secrets/prod/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:40.656424+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:40.661565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/common/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/common/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/common/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:46.164281+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:46.169409+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/media/uploads/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/media/uploads/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/media/uploads/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:48:52.567426+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:52.576557+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"4648884e69297a3672b301a6c1ff40b7","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/4648884e69297a3672b301a6c1ff40b7/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2025-05-04T20:48:52.582005+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:48:52.582035+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:48:52.582054+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:48:52.620034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T20:48:52.649688+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T20:48:52.656237+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"4648884e69297a3672b301a6c1ff40b7"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"4648884e69297a3672b301a6c1ff40b7"},"types":{"1":2}} [] [2025-05-04T20:48:52.661153+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T20:48:52.669768+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T20:48:54.763772+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:54.767136+02:00] request.INFO: Matched route "apple_webhook_get_list_of_updatable_passes". {"route":"apple_webhook_get_list_of_updatable_passes","route_parameters":{"_route":"apple_webhook_get_list_of_updatable_passes","_controller":"App\\Controller\\AppleWebhookController::getListOfUpdatablePasses","deviceLibraryIdentifier":"77f6091a6fb204d4b32e7850c1031650","passTypeIdentifier":"pass.com.thebrighthotel.card"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/devices/77f6091a6fb204d4b32e7850c1031650/registrations/pass.com.thebrighthotel.card","method":"GET"} [] [2025-05-04T20:48:54.768657+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:48:54.768682+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:48:54.768699+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:48:54.781019+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":101}}} [] [2025-05-04T20:48:54.795989+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","host":"ln152575-001.eu.clouddb.ovh.net","port":35703,"user":"walletpass","password":"","driverOptions":[],"defaultTableOptions":[],"dbname":"walletpass","serverVersion":"8.0.0","charset":"utf8mb4"}} [] [2025-05-04T20:48:54.799581+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1 (parameters: array{"1":"77f6091a6fb204d4b32e7850c1031650"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.platform AS platform_2, t0.device_identifier AS device_identifier_3, t0.custom_data AS custom_data_4, t0.create_time AS create_time_5, t0.update_time AS update_time_6 FROM devices t0 WHERE t0.device_identifier = ? LIMIT 1","params":{"1":"77f6091a6fb204d4b32e7850c1031650"},"types":{"1":2}} [] [2025-05-04T20:48:54.802836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":201}}} [] [2025-05-04T20:48:54.808527+02:00] doctrine.INFO: Disconnecting [] [] [2025-05-04T20:48:58.266425+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:48:58.272824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com."" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/passes/pass.com./\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:04.564496+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:04.569521+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:06.661614+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:06.666585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/settings/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/settings/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/settings/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:18.334482+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:18.349750+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/config/private/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/config/private/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/private/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:28.215034+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:28.220149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/git/.git/conf"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/git/.git/conf\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/git/.git/conf/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:30.364265+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:30.369617+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:49:33.959239+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:33.971898+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ss/cSmayHHiNfhfe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/cSmayHHiNfhfe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:36.163853+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:36.168733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ss/QJAnOvRtJgEgn\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ss/QJAnOvRtJgEgn/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:39.911283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:39.916309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:42.066160+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:42.071637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/kbc-w/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/kbc-w/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/kbc-w/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:49:48.614535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:49:48.619432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/bnp/pages/FxIJCWXfV\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/FxIJCWXfV/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:06.865127+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:06.877199+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:09.064083+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:09.069246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/adminphp.php/configuration.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/adminphp.php/configuration.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:16.663268+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:16.668427+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc": Method Not Allowed (Allow: POST, DELETE)" at RouterListener.php line 131 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/b53899d2636a0ddec24169a4a5e485e0/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\": Method Not Allowed (Allow: POST, DELETE) at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:131)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\MethodNotAllowedException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:42)"} [] [2025-05-04T20:50:18.920872+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:18.925719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/receive/VaeoLCWsPPLjY\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/receive/VaeoLCWsPPLjY/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:34.749708+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:34.761962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/UjFJRzjW\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/UjFJRzjW/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:40.465826+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:40.471285+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/packages/plugin-analytics/src/fixtures/analytics-ga-\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/packages/plugin-analytics/src/fixtures/analytics-ga-/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:46.063310+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:46.068213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/php/phpinfo.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/php/phpinfo.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php/phpinfo.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:51.915136+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:51.926928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/config/config.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/config/config.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/config/config.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:54.105797+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:54.110681+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:56.264292+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:56.269267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/__MACOSX/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/__MACOSX/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/__MACOSX/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:50:58.518993+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:50:58.523838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/21769ed73ba4b90419442a3120bfb452/login/qYWKBkYl/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:00.714218+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:00.719238+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/apple/v1/devices/fa791b5b0779fa1c57082580cdcfe566/registrations/pass.com.thebrighthotel.card/0190cac9-07d0-731b-bef9-c1fca718afdc\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:03.151095+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:03.156040+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:05.444685+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:05.449702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/idsync/ex/jyTqTICNXxL/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/idsync/ex/jyTqTICNXxL\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:13.208410+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:13.220111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/etc/local.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/etc/local.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:15.514703+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:15.519543+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/oqxyCUpMWnPh.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/oqxyCUpMWnPh.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:17.661704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:17.665177+02:00] request.INFO: Matched route "apple_webhook_send_updated_pass". {"route":"apple_webhook_send_updated_pass","route_parameters":{"_route":"apple_webhook_send_updated_pass","_controller":"App\\Controller\\AppleWebhookController::sendUpdatedPass","passTypeIdentifier":"pass.com.thebrighthotel.card","serialNumber":"0190eee8-f0e5-7b57-acd1-35fe1ba958f4"},"request_uri":"https://wallet-pass.lngweb.it/apple/v1/passes/pass.com.thebrighthotel.card/0190eee8-f0e5-7b57-acd1-35fe1ba958f4","method":"GET"} [] [2025-05-04T20:51:17.670321+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"apple","authenticators":1} [] [2025-05-04T20:51:17.670349+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:51:17.670366+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"apple","authenticator":"App\\Security\\ApplePassAuthenticator"} [] [2025-05-04T20:51:17.673586+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:51:17.674986+02:00] security.NOTICE: No Authentication entry point configured, returning a 401 HTTP response. Configure "entry_point" on the firewall "apple" if you want to modify the response. [] [] [2025-05-04T20:51:17.675424+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\HttpException: "Full authentication is required to access this resource." at ExceptionListener.php line 232 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\HttpException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:232)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\InsufficientAuthenticationException(code: 0): Full authentication is required to access this resource. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/ExceptionListener.php:143)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/security-http/Firewall/AccessListener.php:87)"} [] [2025-05-04T20:51:19.705656+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:19.710576+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.e"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/babel-plugin-dotenv/test/fixtures/default/.e\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/babel-plugin-dotenv/test/fixtures/default/.e/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:23.454974+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:23.459835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/etc/local.xml.dist\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/etc/local.xml.dist/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:29.266478+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:29.278349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/Public/home/js/check.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/Public/home/js/check.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Public/home/js/check.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:35.713259+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:35.718142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wordpress/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:44.367261+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:44.379100+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/travel/issue.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/travel/issue.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/travel/issue.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:51.460412+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:51.465364+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/travelscape/json.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/travelscape/json.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:51:58.413633+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:51:58.418637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/php-cgi/php-cgi.exe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php-cgi/php-cgi.exe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:00.617820+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:00.629979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/data:image/svg+xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/data:image/svg+xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data:image/svg+xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:02.859179+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:02.864548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:10.825059+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:10.830164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/PHPMailer/load.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/PHPMailer/load.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:21.016596+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:21.028311+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp1/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp1/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:23.311881+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:23.316726+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:25.514499+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:25.519610+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.g"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/.g\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes/.g/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:27.824951+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:27.830835+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v2/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v2/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:30.156125+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:30.161832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/cms/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cms/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:32.515865+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:32.521064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/wp-mail-smtp/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:39.418063+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:39.430175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/community\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/community/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:41.513704+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:41.518771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/blog/wp-content/themes/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/blog/wp-content/themes/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-content/themes\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:43.801146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:43.806034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/phpunit/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:46.115577+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:46.120448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/modules/contrib/sendgrid_mail/translations/sendgrid_mail.fr.po/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:48.462000+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:48.466906+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:50.615298+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:50.620252+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:52.864801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:52.869649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/user/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/user/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:55.016250+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:55.028365+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:57.304211+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:57.309099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:52:59.559589+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:52:59.564462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/app/app/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/app/app/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:01.605296+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:01.610126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/app/app/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/app/app/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/app/app\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:03.820530+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:03.825464+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:06.162838+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:06.167720+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:12.906372+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:12.918085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/mkYcRBMYsUe/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:15.221579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:15.226667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/backup/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/backup/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/backup/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:17.415217+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:17.420333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/sendgrid_keys.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/sendgrid_keys.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/sendgrid_keys.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:19.759008+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:19.763822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/BGQNMzOvZmLE.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:21.823023+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:21.828995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:24.137913+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:24.143099+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:26.455930+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:26.461147+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:28.719515+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:28.731816+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:30.763994+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:30.768990+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v4/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v4/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:33.065733+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:33.070666+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:35.214089+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:35.219064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:38.415885+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:38.420901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:40.763272+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:40.768477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:42.913791+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:42.918682+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v3/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v3/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v3/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:45.270191+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:45.282167+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v4/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v4/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v4/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:47.420444+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:47.426553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/api/user/v2/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v2/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:49.707216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:49.712085+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/api/user/v1/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/user/v1/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:51.813836+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:51.818862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-content/.git/config/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-content/.git/config/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/.git/config\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:53:57.561242+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:53:57.566106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/css"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/css\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:05.371462+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:05.383450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/be/beveiligde/omgeving/b.n.p/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/be/beveiligde/omgeving/b.n.p/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:07.623576+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:07.628935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/imgareaselect/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/imgareaselect/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:09.970522+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:09.975650+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/crop/uword.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/crop/uword.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/crop/uword.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:13.314007+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:13.318894+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:13.832671+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:13.844765+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:15.656069+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:15.660929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/vendor/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/phpunit/Util/PHP/eval-stdin.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:17.967535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:17.972391+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:20.105151+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:20.110174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:22.366312+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:22.377992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:24.514625+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:24.519673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/app/config/dev.parameters.yml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/dev.parameters.yml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:26.668273+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:26.680305+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:26.772107+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:26.777872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/frontend/web/debug/default/view\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:29.021506+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:29.026347+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/test/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:32.724710+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:32.730091+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/2019/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/2019/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:37.727465+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:37.739247+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:39.763828+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:39.768693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/debug/default/view.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/debug/default/view.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:41.966512+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:41.971995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:44.306392+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:44.311279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/js/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/js/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:49.214725+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:49.220051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/debug-mode\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/debug-mode/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:51.613577+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:51.625382+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:55.213022+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:55.224913+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-includes/ID3/license.txt\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/license.txt/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:57.407277+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:57.412402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/ing/login/HZtmuZUDVcIWB\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login/HZtmuZUDVcIWB/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:54:59.716005+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:54:59.721036+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/bnp/pages/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/bnp/pages/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bnp/pages/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:03.214976+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:03.219987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/ing/login/cHmZWaSCJJ"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/ing/login/cHmZWaSCJJ\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ing/login/cHmZWaSCJJ/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:05.574088+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:05.580719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/shop/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/shop/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:07.714146+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:07.719010+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/index.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/index.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:11.411715+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:11.423996+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/blog/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:21.612152+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:21.617000+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/site/wp-includes/wlwmanifest.xml\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/site/wp-includes/wlwmanifest.xml/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:23.815134+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:23.819995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/lib/phpunit/phpunit/Util/PHP/eval-stdin.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\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/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:25.964868+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:25.969710+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/public/index.php%23L5/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:28.166423+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:28.177962+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L76/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:30.917157+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:30.929066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:35.814457+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:35.819506+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/https%3A/symfony.com/doc/6.4/page_creation.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/https%3A/symfony.com/doc/6.4/page_creation.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:42.510808+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:42.515725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/uploads/2020/wp-couldent.php.suspected\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/uploads/2020/wp-couldent.php.suspected/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:44.861383+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:44.873276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:47.064811+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:47.069657+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:49.355837+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:49.360677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/delogin/app/login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/delogin/app/login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/delogin/app/login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:51.411535+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:51.416410+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:53.364182+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:53.369144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Router.php%23L237/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:55.514413+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:55.519438+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/autoload_runtime.php%23L29/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:57.714672+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:57.719935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/Kernel.php%23L197/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:55:59.922208+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:55:59.934945+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/sitemaps/providers/provider/nZNZmscvRjleR/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:03.413718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:03.418659+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/HttpKernel.php%23L157/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:05.563864+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:05.568741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/ht/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:07.763472+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:07.768384+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/UrlMatcher.php%23L97/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:10.051241+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:10.056354+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-content/themes/bltm/wp-login.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-content/themes/bltm/wp-login.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-content/themes/bltm/wp-login.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:10.519886+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:10.531858+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:12.063946+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:12.069018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/ZbfONKJlo.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:15.666956+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:15.678727+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:18.017071+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:18.021958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.docker.dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.docker.dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.docker.dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:20.163971+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:20.168992+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L127/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:22.364231+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:22.369193+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php%23L105/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:25.871876+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:25.877921+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.env.dev.local"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.env.dev.local\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.local/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:28.206513+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:28.211546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.env.dev.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.env.dev.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.dev.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:32.967387+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:32.979083+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L220/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:35.123402+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:35.130318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/EventDispatcher.php%23L56/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:42.865891+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:42.872151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php%23L70/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:44.965283+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:44.970287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php%23L35/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:46.968562+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:46.973714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php%23L139/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:47.599235+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:47.610684+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:51.118459+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:51.130452+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/data%3Aimage/svg%2Bxml%2C%3Csvg%20xmlns%3D%22http%3A/www.w3.org/2000/svg%22%20viewBox%3D%220%200%20128%20128%22%3E%3Ctext%20y%3D%221.2em%22%20font-size%3D%2296%22%3E%F0%9F%91%8B%3C/text%3E%3C/file%3A/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/event-dispatcher/Debug/WrappedListener.php%23L116/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:54.663769+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:54.668633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:56:56.954977+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:56:56.959810+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/dev/.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/dev/.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:57:01.864337+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:57:01.869423+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/symlexvpn/.env-dev\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symlexvpn/.env-dev/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:57:06.617882+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:57:06.629956+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/css../.git/config"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/css../.git/config\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css../.git/config/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:57:08.905651+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:57:08.910555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/wp-admin/css/colors/midnight/index.php"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/wp-admin/css/colors/midnight/index.php\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/css/colors/midnight/index.php/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:57:11.013216+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:57:11.018319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/ID3/it/area-riservata/pubblica/login/login-page.html/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:57:24.310197+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/10/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:57:24.321520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/10/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/10/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:58:04.062730+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/11/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:58:04.075047+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/11/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/11/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:58:41.116924+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:58:41.129586+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T20:59:58.883770+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/14/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T20:59:58.897459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/14/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/14/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:00:38.884995+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/17/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:00:38.898069+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/17/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/17/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:01:18.027698+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:01:18.040511+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:01:58.106074+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/16/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:01:58.118281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/16/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/16/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:02:34.057890+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/13/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:02:34.069826+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/13/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/13/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:03:11.959718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/12/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:03:11.972197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/12/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/12/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:03:50.078915+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:03:50.091552+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/18/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:04:29.575661+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:04:29.588246+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://www.wallet-pass.lngweb.it/public_html/releases/15/public/js/main.js\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/main.js/\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-04T21:13:14.626761+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/15/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-04T21:13:14.639480+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/15//public/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/15//public/\" at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public_html/releases/15//public\". at /home/lngwebb/wallet-pass/public_html/releases/15/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T08:07:17.564873+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-05T08:07:17.581463+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/.git/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/.git/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-05T13:07:53.136889+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-05T13:07:53.150139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-06T09:31:14.662028+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-06T09:31:14.679324+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/sftp-config.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/sftp-config.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-06T09:31:16.658639+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-06T09:31:16.666051+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://wallet-pass.lngweb.it/.vscode/sftp.json"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://wallet-pass.lngweb.it/.vscode/sftp.json\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2025-05-08T04:41:55.347801+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-08T04:41:55.365275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/" (from "https://www.wallet-pass.lngweb.it/public_html/releases/18/public")" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.wallet-pass.lngweb.it/public_html/releases/18/public/\" (from \"https://www.wallet-pass.lngweb.it/public_html/releases/18/public\") at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-10T12:03:18.133579+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-10T12:03:18.153513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} [] [2025-05-10T17:41:18.127718+02:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/error-handler/DebugClassLoader.php","line":292,"trace":[{"file":"/home/lngwebb/wallet-pass/public_html/releases/18/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php","line":132,"function":"loadClass","class":"Symfony\\Component\\ErrorHandler\\DebugClassLoader","type":"->"}],"count":1}}} [] [2025-05-10T17:41:18.141097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://wallet-pass.lngweb.it/"" at RouterListener.php line 127 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://wallet-pass.lngweb.it/\" at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/http-kernel/EventListener/RouterListener.php:127)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /home/lngwebb/wallet-pass/public_html/releases/18/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:181)"} []